diff src/bh.go @ 0:de451fa0c9cd

golang repository.
author pyon@macmini
date Sat, 01 Oct 2016 11:16:31 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/bh.go	Sat Oct 01 11:16:31 2016 +0900
@@ -0,0 +1,11 @@
+package main
+
+import (
+    "bufio"
+    "os"
+)
+
+func main() {
+    bufio.NewScanner( os.Stdin )
+}
+