Create howdy.cs

This commit is contained in:
Ivan Dosev 2018-10-07 18:34:16 +03:00 committed by Luke Oliff
parent 09d4e58266
commit f3e6431766
1 changed files with 4 additions and 0 deletions

4
code/howdy.cs Normal file
View File

@ -0,0 +1,4 @@
using System;
Console.WriteLine("Hello there!");
Console.WriteLine("Nice to meet you. Greetings from Bulgaria!");