Julia Hello World Tutorial For Beginner



In the previous post we saw how to install julia on windows enviroment by downloading the file from the Julia website . You can find the link here if you want to download and install on your system

Installation Julia in windows machine tutorial

After installaing on your system a desktop icon will be created , try to double click on it and a shell / command prompt will open

I am curious enough how to create my first program and see the output on my screen with successful result, so i thought let me create Hello World. So yes i can be able to say i executed my first program.

We can write the program here

our first program will be hello world


println("Hello World ")





and press enter



Here in the above screen we can see how we have executed our first "Hello World" 


Julia Hello World  Tutorial For Beginner




Comments