pantry/projects/github.com/AlDanial/cloc/test.c
Andrew 6fa71f55b7
github.com/AlDanial/cloc (#3748)
* new file:   projects/github.com/AlDanial/cloc/package.yml
	new file:   projects/github.com/AlDanial/cloc/test.c

* add provides; use fix-shebangs.ts

---------

Co-authored-by: Jacob Heider <jacob@pkgx.dev>
2023-10-20 22:48:30 -04:00

5 lines
51 B
C

#include <stdio.h>
int main(void)
{
return 0;
}