Created
August 11, 2021 14:31
-
-
Save rahiyansafz/a8b3a0b2cfcaed357ac9d16f6905884c 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; | |
class Hello { | |
static void Main() { | |
Console.WriteLine("Hello, world!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment