ModMapper 2017. 5. 19. 23:01
using System;

public int main() {
String Hello = "Hello, World!";
Console.WriteLine(Hello);
return;
}

음..