Skip to content

Instantly share code, notes, and snippets.

@rahiyansafz
Created August 11, 2021 14:31
Show Gist options
  • Save rahiyansafz/a8b3a0b2cfcaed357ac9d16f6905884c to your computer and use it in GitHub Desktop.
Save rahiyansafz/a8b3a0b2cfcaed357ac9d16f6905884c to your computer and use it in GitHub Desktop.
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