Files
test/main.go
Jarek Kowalski 340e14988e testing
2016-07-28 22:59:27 -07:00

8 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world 2")
}