Skip to content

Instantly share code, notes, and snippets.

@pavelbraginskiy
Last active February 13, 2018 05:55
Show Gist options
  • Save pavelbraginskiy/247ddbe44493b802b653268a87364637 to your computer and use it in GitHub Desktop.
Save pavelbraginskiy/247ddbe44493b802b653268a87364637 to your computer and use it in GitHub Desktop.
.assembly 'Program'
{
}
.method static void main()
{
.entrypoint
.maxstack 1
ldstr "Hello, World!"
call void [mscorlib]System.Console::WriteLine(string)
ret
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment