File: test.c

package info (click to toggle)
voltron 0.1.7%2Bgit20200109-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 616 kB
  • sloc: python: 5,690; sh: 252; javascript: 118; ansic: 49; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main(void)
{
    printf("hello\n");

    return 0;
}