File: foo.c

package info (click to toggle)
createrepo-c 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,704 kB
  • sloc: ansic: 31,242; python: 4,867; xml: 2,669; sh: 367; makefile: 26; perl: 7
file content (7 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#include <stdio.h>

int main(void)
{
	puts("Nothing to see here, move along!");
	return 0;
}