Skip to content

Instantly share code, notes, and snippets.

@PasterLak
Last active February 14, 2020 21:44
Show Gist options
  • Save PasterLak/9224cf94313a4e727077a94029befdf9 to your computer and use it in GitHub Desktop.
Save PasterLak/9224cf94313a4e727077a94029befdf9 to your computer and use it in GitHub Desktop.
using System;
public class Programm
{
public void Main(string[] arg)
{
Console.WriteLine("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment