1e53fc3417098282c6b0ffc06e1c4bc3e088b08a
[surreal-numbers] / chapter-1-experiments / ch1-breeding-numbers.go
// (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com>
// See LICENSE.txt file for copyright and license details.
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}