This repository has been archived on 2021-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
precommit-example/main.c
Matej Focko c3f0e6bb39
Add first source file
Signed-off-by: Matej Focko <me@mfocko.xyz>
2021-01-14 20:56:59 +01:00

6 lines
72 B
C

#include <stdio.h>
#include <stdlib.h>
int main() {
return NULL;
}