File: hello.c

package info (click to toggle)
readsb 3.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,144 kB
  • sloc: ansic: 33,749; sh: 261; makefile: 203; python: 9
file content (5 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#include <stdio.h>
int main()
{
    printf("Hello, world.\n");
}