[proxy]
web.archive.org
—
← back
|
site home
|
direct (HTTPS) ↗
|
proxy home
|
◑ dark
◐ light
Go is an open source programming language that makes it easy to build
simple
,
reliable
, and
efficient
software.
Download Go
Binary distributions available for
Linux, macOS, Windows, and more.
Try Go
// You can edit this code! // Click here and start typing. package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Hello, World!
Conway's Game of Life
Fibonacci Closure
Peano Integers
Concurrent pi
Concurrent Prime Sieve
Peg Solitaire Solver
Tree Comparison
Run