aboutsummaryrefslogtreecommitdiff
path: root/challenge-109/abigail/go
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-109/abigail/go')
-rw-r--r--challenge-109/abigail/go/ch-1.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/challenge-109/abigail/go/ch-1.go b/challenge-109/abigail/go/ch-1.go
new file mode 100644
index 0000000000..78d9ca1148
--- /dev/null
+++ b/challenge-109/abigail/go/ch-1.go
@@ -0,0 +1,15 @@
+package main
+
+//
+// See ../README.md
+//
+
+//
+// Run as: go run ch-1.go
+//
+
+import "fmt"
+
+func main () {
+ fmt . Print ("0, 0, 0, 2, 0, 5, 0, 6, 3, 7, 0, 15, 0, 9, 8, 14, 0, 20, 0, 21\n")
+}