RosettaCodeData/Task/Empty-program/Nemerle/empty-program-2.nemerle

7 lines
49 B
Plaintext

module Program
{
Main() : void
{
}
}