diff --git a/Hello-World.md b/Hello-World.md new file mode 100644 index 0000000..aeb8fad --- /dev/null +++ b/Hello-World.md @@ -0,0 +1,6 @@ +Creating a hello world program in YesNt is very sample: +``` +cwl Hello World! +``` + +> Note: `cwl` stands for "Console Write Line" and prints everything to the console which comes after it and appends `\n` to it \ No newline at end of file