func hello() {

print("hello, world")

print(1+1)

}

hello()