RosettaCodeData/Task/Hello-world-Text/Fantom/hello-world-text.fantom

8 lines
83 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
class HelloText
{
public static Void main ()
{
2015-11-18 06:14:39 +00:00
echo ("Hello world!")
2013-04-10 21:29:02 -07:00
}
}