README with build explanation, gitignore.

master
Karchnu 2020-12-05 01:05:58 +01:00
parent 4fc8fa37ad
commit 7a9bd229b3
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
src/zig-cache

View File

@ -1,3 +1,9 @@
This is an experimental repository.
We just want to try Zig code, writing basic functions and commands.
## How to compile stuff.
```sh
zig build-exe src/command.zig
```