diff --git a/code/howdy.cs b/code/howdy.cs new file mode 100644 index 0000000..f12cf3c --- /dev/null +++ b/code/howdy.cs @@ -0,0 +1,4 @@ +using System; + +Console.WriteLine("Hello there!"); +Console.WriteLine("Nice to meet you. Greetings from Bulgaria!");