budgeteer/main.go
2016-06-13 22:17:24 +02:00

10 lines
77 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World")
}