Computers

main.go
package main

import "fmt"

func main() {
    fmt.Println("Computers!")
}
Last updated on