summaryrefslogtreecommitdiff
path: root/test/helloworld.go
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-01-17 12:40:45 +0100
committerOndřej Surý <ondrej@sury.org>2011-01-17 12:40:45 +0100
commit3e45412327a2654a77944249962b3652e6142299 (patch)
treebc3bf69452afa055423cbe0c5cfa8ca357df6ccf /test/helloworld.go
parentc533680039762cacbc37db8dc7eed074c3e497be (diff)
downloadgolang-upstream/2011.01.12.tar.gz
Imported Upstream version 2011.01.12upstream/2011.01.12
Diffstat (limited to 'test/helloworld.go')
-rw-r--r--test/helloworld.go2
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")
}