File: hello_c

package info (click to toggle)
libgit2 1.9.2%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,868 kB
  • sloc: ansic: 203,740; javascript: 2,458; sh: 1,767; python: 384; perl: 99; php: 65; makefile: 57
file content (6 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
#include <stdio.h>

int main(int argc, char **argv)
{
	printf("Hello, %s\n", "world");
}