nix: set CMake version to 3.30.4

This commit is contained in:
Matias 2024-10-11 16:22:11 +01:00
commit 1b49477c4e
No known key found for this signature in database
GPG key ID: ED35A6AC65A06B69
6 changed files with 36 additions and 15 deletions

8
src/main.cxx Normal file
View file

@ -0,0 +1,8 @@
import game;
int main()
{
lib lib{};
lib.helloworld();
return 0;
}