Create README.md

This commit is contained in:
David Husička 2021-11-15 10:00:33 +01:00 committed by GitHub
parent ce51ffe35f
commit 0db9339346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# 2048
A school project
To build copy paste following
```bash
meson builddir
meson compile -C builddir
```