summaryrefslogtreecommitdiff
path: root/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test.go')
-rw-r--r--test.go18
1 files changed, 18 insertions, 0 deletions
diff --git a/test.go b/test.go
new file mode 100644
index 0000000..98eea24
--- /dev/null
+++ b/test.go
@@ -0,0 +1,18 @@
+package main
+
+import "fmt"
+
+/*
+what
+a
+wonderful
+day
+*///yes
+
+func main() {
+ var x []int = make([]int, 10)
+ fmt.Println(x != nil)
+ println(`hello
+ world\`)
+ println("yes\"\\")
+}