ЁЯМ▒ Hello World!
After you have learnt how to use the vedic cli tool, go to the directory where you want to make your first program
we recommend to use Vedic Syntax Highlighter extension in VS Code.
Now create a file hello.ved
(it can be a different name) then add the following code there
рд╡рдж("рдирдорд╕реНрддреЗ рд╡рд┐рд╢реНрд╡!");
Here рд╡рдж
is an native function that will display out any value put into it, here it will output рдирдорд╕реНрддреЗ рд╡рд┐рд╢реНрд╡!
.
Run it using the following commend
vedic hello.ved
or if your file is named anything else then use this
vedic [file name]
The output will be: ****
рдирдорд╕реНрддреЗ рд╡рд┐рд╢реНрд╡!
Congratulations, you have written and executed your first Vedic program.
Now you can check out the Chapters List for more advanced programs.