Skip to content

Instantly share code, notes, and snippets.

@bmangesh
Created July 31, 2015 12:15
Show Gist options
  • Save bmangesh/da3e41621b28d7fd3594 to your computer and use it in GitHub Desktop.
Save bmangesh/da3e41621b28d7fd3594 to your computer and use it in GitHub Desktop.
// Hello1.cs
public class Hello1
{
public static void Main()
{
System.Console.WriteLine("Hello, World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment