/c/Cil.il
http://github.com/leachim6/hello-world · SKILL · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · a83c4498b9df009c798a322a139d041a MD5 · raw file
- // ilasm cil.il
- .assembly HelloWorld {}
- .method public static void Main() cil managed
- {
- .entrypoint
- .maxstack 1
- ldstr "Hello World"
- call void [mscorlib]System.Console::WriteLine(string)
- ret
- }