RosettaCodeData/Task/Hello-world-Text/Gentee/hello-world-text.gentee

5 lines
47 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
func hello <main>
{
2015-11-18 06:14:39 +00:00
print("Hello world!")
2015-02-20 00:35:01 -05:00
}