You're viewing a single thread.
All Comments
12 comments
The code
package main import "fmt" func main() { fmt.Println("Hello World") }
31 0 ReplyWhere's the docstring?
9 0 ReplyIts self documenting code, just like the rest of my spaghetti code.
12 0 Reply
12 comments
Scroll to top