Common Intermediate Language
.assembly HelloWorld {}
.method public hidebysig static void Main() cil managed {
.entrypoint
ldstr "Hello, World!"
call void [mscorlib]System.Console::WriteLine(string)
ret
}INFO
.assembly HelloWorld {}
.method public hidebysig static void Main() cil managed {
.entrypoint
ldstr "Hello, World!"
call void [mscorlib]System.Console::WriteLine(string)
ret
}