Updated Readme

This commit is contained in:
Jesper Saastamoinen 2024-09-17 11:26:05 +02:00
parent d276b5e856
commit d035fdfb2e
2 changed files with 6 additions and 4 deletions

View file

@ -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.

View file

@ -1 +1,4 @@
print "Hello world!";