mit-ocw

Source code for MIT-OCW coursework
git clone git://git.laack.co/mit-ocw.git
Log | Files | Refs

commit 3a2b68f85b295239cbc4b15f317a692b4afa5417
parent 94f085ab4564420e321b1fe2b0ac8a372660dcc5
Author: Andrew Laack <andrew@laack.co>
Date:   Mon, 18 May 2026 21:15:33 -0500

Added example

Diffstat:
Mmas.s62-cryptocurrency-engineering-and-design/simple-pow/main.go | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/mas.s62-cryptocurrency-engineering-and-design/simple-pow/main.go b/mas.s62-cryptocurrency-engineering-and-design/simple-pow/main.go @@ -47,6 +47,8 @@ func worker(message string, prefix string, wg *sync.WaitGroup) { func main() { + // andrew - 3GFR44CIP4GFICNCAIL6NE7Q2W + // 9 zeroes zeroesPtr := flag.Int("zeroes", 5, "Number of zeroes prefixed on sha256sum") flag.Parse()