Created
July 6, 2020 14:04
-
-
Save PrateekKumarSingh/fa3e2a97b1b711a73839404664619680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace app | |
{ | |
class Program | |
{ | |
// main method returns integer | |
static int Main(string[] args) | |
{ | |
Console.WriteLine("Hello World!"); | |
return 123; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment