Initial commit, some logic added

This commit is contained in:
2026-05-23 11:50:32 +03:00
commit 96eefbe181
9 changed files with 370 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#pragma once
using Tile = unsigned long long int;
using Score = unsigned long long int;