diff --git a/tmpdir/main.go b/tmpdir/main.go new file mode 100644 index 00000000..8dbfc7ab --- /dev/null +++ b/tmpdir/main.go @@ -0,0 +1,8 @@ +package main + +import "fmt" + +func main() { + const print_str = "Hello, GopherCon" + fmt.Println(print_str) +}