Quick actions

cmd+k|ctrl+k

Navigation

Languages

Common Intermediate Language

Snippet info

Language

Csharp

Visibility

public

Author

barend

Created

2019-07-19T13:19:56Z

Updated

2019-07-19T13:24:34Z

.assembly HelloWorld {}

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