summaryrefslogtreecommitdiff
path: root/tests/examplefiles/unicode.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/unicode.go')
-rw-r--r--tests/examplefiles/unicode.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/examplefiles/unicode.go b/tests/examplefiles/unicode.go
deleted file mode 100644
index d4bef4d1..00000000
--- a/tests/examplefiles/unicode.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package main
-
-import "fmt"
-
-func main() {
- 世界 := "Hello, world!"
- さようなら := "Goodbye, world!"
- fmt.Println(世界)
- fmt.Println(さようなら)
-}