Skip to content

Instantly share code, notes, and snippets.

Created April 25, 2017 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fff6cdd736180a0d1a70d2fbeeff89e4 to your computer and use it in GitHub Desktop.
Save anonymous/fff6cdd736180a0d1a70d2fbeeff89e4 to your computer and use it in GitHub Desktop.
first steps in csharp
using System;
using System.Text;
using System.Threading.Tasks;
class Program{
static void Main(string[] args){
Console.WriteLine("Hello World !");
Console.ReadLine();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment