File: hello.c

package info (click to toggle)
linksem 0.8%2Bdfsg3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,376 kB
  • sloc: asm: 9,188; ansic: 5,856; ml: 2,918; yacc: 1,310; lex: 721; sh: 119; makefile: 63
file content (3 lines) | stat: -rw-r--r-- 48 bytes parent folder | download | duplicates (2)
1
2
3
int main(int argc, char** argv) {
  return 42;
}