File: listing1.c

package info (click to toggle)
libconfuse 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 5,532; lex: 451; xml: 439; makefile: 213; sh: 39
file content (8 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#include <stdio.h>

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