File: test.c

package info (click to toggle)
code2html 0.9.1-7
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 344 kB
  • sloc: perl: 2,921; ansic: 5; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 78 bytes parent folder | download
1
2
3
4
5
6
#include <stdio.h>

int main() {
    printf("Hello World\n");
    return 0;
}