.assembly extern mscorlib {} .assembly hello {} .method static void Main() cil managed { .entrypoint ldstr "Hello, MSIL World!" call void [mscorlib]System.Console::WriteLine(string) ret }