Skip to content

Instantly share code, notes, and snippets.

@MichalStrehovsky
Created October 24, 2016 17:01
Show Gist options
  • Save MichalStrehovsky/2851509ae7176a8ecf22eba573d83a6f to your computer and use it in GitHub Desktop.
Save MichalStrehovsky/2851509ae7176a8ecf22eba573d83a6f to your computer and use it in GitHub Desktop.
.assembly nocorelib { }
.method private static int32 Main()
{
.entrypoint
ldc.i4.5
ret
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment