diff options
Diffstat (limited to 'test/helloworld.go')
-rw-r--r-- | test/helloworld.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helloworld.go b/test/helloworld.go index 7234be35c..e55a74bbd 100644 --- a/test/helloworld.go +++ b/test/helloworld.go @@ -7,5 +7,5 @@ package main func main() { - print("hello, world\n"); + print("hello, world\n") } |