84e3f5400ca3bca4e17f199724f270d5e5c31e5e
[TinyThreePassCompiler/.git] / compiler.go
1 package main
2
3 import "fmt"
4
5 func main() {
6     fmt.Println("Hello, world.")
7 }