RosettaCodeData/Task/Hello-world-Newline-omission/Dylan.NET/hello-world-newline-omission-2.dylan.net
2015-02-20 00:35:01 -05:00

16 lines
283 B
Text

//compile using the new dylan.NET v, 11.5.1.2 or later
//use mono to run the compiler
#refstdasm mscorlib.dll
import System
assembly gdbyeex exe
ver 1.2.0.0
class public Program
method public static void main()
Console::Write("Goodbye, World!")
end method
end class