diff options
Diffstat (limited to 'hello1line/Program.cs')
-rw-r--r-- | hello1line/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hello1line/Program.cs b/hello1line/Program.cs new file mode 100644 index 0000000..f7f02a1 --- /dev/null +++ b/hello1line/Program.cs @@ -0,0 +1 @@ +Console.WriteLine("Hello, World!"); |