mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
11 lines
385 B
Text
11 lines
385 B
Text
.class public auto ansi beforefieldinit HelloWorld
|
|
{
|
|
.method private hidebysig static void PrintWorld() cil managed
|
|
{
|
|
// Code size 11 (0xb)
|
|
.maxstack 8
|
|
IL_0000: ldstr "new World"
|
|
IL_0005: call void [mscorlib]System.Console::WriteLine(string)
|
|
IL_000a: ret
|
|
} // end of method HelloWorld::PrintWorld
|
|
} // end of class HelloWorld
|