diff options
author | Marvin Borner | 2021-05-23 14:30:07 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-23 14:34:52 +0200 |
commit | 33fd97e19a12535c02b1cf6804cb854a279e040c (patch) | |
tree | 0ea00a9b60b35e42830eb3b13887fea2d356d655 /res | |
parent | 0bf64a113f3d3baa110b362fd6a215ef29182671 (diff) |
Cleanup, linting, formatting
Diffstat (limited to 'res')
-rw-r--r-- | res/test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/res/test.c b/res/test.c deleted file mode 100644 index ead84da..0000000 --- a/res/test.c +++ /dev/null @@ -1,5 +0,0 @@ -int main() -{ - printf("Hello, world!\n"); - return 0; -} |