1
0
Fork 0
forked from fun/fun

Just a quoting test... ;)

This commit is contained in:
Johannes Findeisen 2025-09-16 06:39:01 +02:00
commit 5898668237

View file

@ -14,7 +14,7 @@ print("Yay, the playground for having fun... ;)")
number n = 10
print(n)
string s = "Hello, world!"
string s = "Hello,\nworld!"
print(s)
fun foo()