RosettaCodeData/Task/Hello-world-Graphical/Nemerle/hello-world-graphical.nemerle
2023-07-01 13:44:08 -04:00

4 lines
78 B
Text

using System;
using System.Windows.Forms;
MessageBox.Show("Goodbye, World!")