#!/usr/bin/env fun
print("Yay, the playground for having fun... ;)")
number n = 10
print(n)
string s = "Hello, world!"
print(s)