From d035fdfb2e9af67082ba4ce1235049cd1a99cccb Mon Sep 17 00:00:00 2001 From: Jesper Saastamoinen Date: Tue, 17 Sep 2024 11:26:05 +0200 Subject: [PATCH] Updated Readme --- README.md | 7 +++---- hello_world.froj | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51dec60..fac436b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Implement some standard functions and method such as: # Pre-requisites Java Runtime (1.8 or newer). +# Wiki +[Check out the wiki to get started](https://github.com/jsaasta/Froj/wiki) + # Hello World ## The simplest way to get started: @@ -48,7 +51,3 @@ Implement some standard functions and method such as: * Linux: `rm -f ./com/saasta/froj/*.class` * Windows(CMD): `del ./com/saasta/froj/*.class` * Windows(PowerShell): `Remove-Item ./com/saasta/froj/*.class` - - -# Thank you -Special thanks to [Robert Nystrom's book Crafting Interpreters](https://craftinginterpreters.com), as the book paved the way for Froj. \ No newline at end of file diff --git a/hello_world.froj b/hello_world.froj index ea24fee..266bb84 100644 --- a/hello_world.froj +++ b/hello_world.froj @@ -1 +1,4 @@ + + + print "Hello world!"; \ No newline at end of file