From c73fa4e72b351286474fe0c27b6d0464e6073aff Mon Sep 17 00:00:00 2001 From: "Lars M. Rogne" Date: Wed, 24 Apr 2024 20:43:38 +0200 Subject: [PATCH] Readme --- README | 1 + 1 file changed, 1 insertion(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..9d76f98 --- /dev/null +++ b/README @@ -0,0 +1 @@ +Run with `go run collatz.go 1234` or download the exe and pass a number `collatz 1234`.