This commit is contained in:
2025-12-21 12:06:55 +11:00
parent 869f71466e
commit d2f295f46a
10 changed files with 1075 additions and 948 deletions

View File

@@ -9,7 +9,7 @@ Solstice is a programming language based on Ground.
First, ensure CGround is installed on your system with `sudo make install`. Then, compile with
```
g++ src/main.cpp -o solstice -lgroundvm
make
```
## Usage