Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 210 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 210 Bytes

hello-world

Just another repository using System;

namespace myApp { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } }