initial commit

This commit is contained in:
2026-04-20 21:38:22 +02:00
commit a5c79fb7b5
12 changed files with 821 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module louisdevie.fr/rikuri
go 1.25.4
require (
golang.org/x/sys v0.43.0
)