Skip to content

Instantly share code, notes, and snippets.

@migsalazar
Created December 13, 2014 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migsalazar/c63506b3f32995c0fed5 to your computer and use it in GitHub Desktop.
Save migsalazar/c63506b3f32995c0fed5 to your computer and use it in GitHub Desktop.
.method private hidebysig static void Main(string[] args) cil managed
{
.entrypoint
// Code size 24 (0x18)
.maxstack 8
IL_0000: nop
IL_0001: call valuetype [mscorlib]System.DateTime [mscorlib]System.DateTime::get_Now()
IL_0006: box [mscorlib]System.DateTime
IL_000b: call void [mscorlib]System.Console::WriteLine(object)
IL_0010: nop
IL_0011: call valuetype [mscorlib]System.ConsoleKeyInfo [mscorlib]System.Console::ReadKey()
IL_0016: pop
IL_0017: ret
} // end of method Program::Main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment