Ready to Start Your Career?

By: Rattar
April 17, 2017
Using Juliar to Create "Hello World"

By: Rattar
April 17, 2017

- You need to download the latest Juliar version found at https://www.juliar.org/downloads.php
- Click on "All Systems" to download the latest JuliarFuture.jar
- Double click on JuliarFuture.jar and it will open the application. If the application doesn't open, please make sure to download JDK at https://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html
- Once the application has started you will be greeted with a changelog. Ignore that and go to file->new
- In the window, type the following:
`function main() = {
printLine("Hello World");
}`
- Then click Run -> Run Interpreter.
- You should now see the output "Hello World"