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

7 lines
72 B
C
Raw Normal View History

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