5 lines
47 B
Text
5 lines
47 B
Text
|
|
func hello <main>
|
||
|
|
{
|
||
|
|
print("Hello world!")
|
||
|
|
}
|