File: test-stub.cpp

package info (click to toggle)
gopchop 1.1.8-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,908 kB
  • sloc: sh: 9,981; cpp: 4,975; ansic: 4,028; makefile: 105
file content (7 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char * argv[])
{
	printf("ok\n");
	return 0;
}