Download the .jar under releases
Create file helloworld.froj with the contents below:
helloworld.froj
print "Hello World";
Run java -jar froj.jar ./helloworld.froj
java -jar froj.jar ./helloworld.froj
/src
make compile
javac -d ./ ./com/saasta/froj/*.java
jar -cfm froj.jar ./META-INF/MANIFEST.MF ./com/saasta/froj/*.class
rm -f ./com/saasta/froj/*.class
del ./com/saasta/froj/*.class
Remove-Item ./com/saasta/froj/*.class
Deleting the wiki page "Getting Started" cannot be undone. Continue?