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

8 lines
83 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class HelloText
{
public static Void main ()
{
echo ("Hello world!")
}
}