zettacode.files/hello_world.text/gentee.txt in
zettacode-0.1.0
vs zettacode.files/hello_world.text/gentee.txt in
zettacode-0.1.1
- old
+ new
@@ -1,4 +1,4 @@
-fuc o m
+func hello <main>
{
- ("H !")
+ print("Hello world!")
}