mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
I make too many commits: adding readme
This commit is contained in:
parent
ecce22606a
commit
49265f7776
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
build
|
||||
5
src/main.c
Normal file
5
src/main.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue