Programming language
func main :: () -> Int = { let msg :: String = "Hello, World"; puts(msg); return 1; };