diff --git a/play.fun b/play.fun index 3c3202d..7f276bd 100755 --- a/play.fun +++ b/play.fun @@ -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()