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 691085d82f Add formatting to precommit
Signed-off-by: Matej Focko <mfocko@redhat.com>
2021-01-15 14:57:08 +01:00

4 lines
68 B
C

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