File: basic.c

package info (click to toggle)
libffi-platypus-perl 1.34-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,344 kB
  • sloc: perl: 6,999; ansic: 6,637; cpp: 53; makefile: 13; sh: 13
file content (7 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#include <stdio.h>

int
main(int argc, char *argv[])
{
  return 0;
}