README.md modification and hello world go
[TinyThreePassCompiler/.git] / compiler.go
diff --git a/compiler.go b/compiler.go
new file mode 100644 (file)
index 0000000..84e3f54
--- /dev/null
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+    fmt.Println("Hello, world.")
+}