1
0
Fork 0

Initial commit

This commit is contained in:
Henrik Hautakoski 2025-09-14 08:38:30 +02:00
commit 0245a5cb43
22 changed files with 610 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
GO = go
.PHONY: tetris
tetris :
$(GO) build -o $@