README with build explanation, gitignore.
This commit is contained in:
parent
4fc8fa37ad
commit
7a9bd229b3
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
src/zig-cache
|
@ -1,3 +1,9 @@
|
|||||||
This is an experimental repository.
|
This is an experimental repository.
|
||||||
|
|
||||||
We just want to try Zig code, writing basic functions and commands.
|
We just want to try Zig code, writing basic functions and commands.
|
||||||
|
|
||||||
|
## How to compile stuff.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
zig build-exe src/command.zig
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user