diff options
author | EuAndreh <eu@euandre.org> | 2021-07-27 14:24:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-27 15:44:45 -0300 |
commit | 7bf0f2319442ee153cc656b72fa660c709f6a0cd (patch) | |
tree | ddae5f4ed3a7431bf026d3a64f9ff06615231804 /src/gistatic.c | |
parent | aux/: Update, adjust Makefile (diff) | |
download | gistatic-7bf0f2319442ee153cc656b72fa660c709f6a0cd.tar.gz gistatic-7bf0f2319442ee153cc656b72fa660c709f6a0cd.tar.xz |
Re-setup repository using C over Rust
Diffstat (limited to 'src/gistatic.c')
-rw-r--r-- | src/gistatic.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gistatic.c b/src/gistatic.c new file mode 100644 index 0000000..061ed7e --- /dev/null +++ b/src/gistatic.c @@ -0,0 +1,3 @@ +int main(void) { + return 0; +} |