testguy revised this gist . Go to revision
1 file changed, 7 insertions
test.go(file created)
@@ -0,0 +1,7 @@ | |||
1 | + | // You can edit this code! | |
2 | + | // Click here and start typing. | |
3 | + | package main | |
4 | + | import "fmt" | |
5 | + | func main() { | |
6 | + | fmt.Println("Hello, 世界") | |
7 | + | } |
Newer
Older