HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by dilap

Comment by dilap 8 months ago

2 replies

View on Hacker News

The very first Go code I ever wrote, way back in 2011, still compiles and runs perfectly. It's glorious.

listeria 8 months ago

    package main

    import "fmt"

    func main() {
        fmt.Println("Hello world")
    }
Reply View | 1 reply
  • dilap 8 months ago

    Ha! Slightly more complex than that ;-)

    https://gist.github.com/erinok/4399bbb1ea535deac051781eb9177...

    Reply View | 0 replies