From 7361f14aff6a80e5eaa06476eff5fed057a05468 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 14 Jan 2022 23:24:41 +0100 Subject: [PATCH] Created Hello World (markdown) --- Hello-World.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Hello-World.md 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