File: test_whitespace.c

package info (click to toggle)
sccache 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,028 kB
  • sloc: sh: 358; cpp: 112; perl: 68; makefile: 35; ansic: 31
file content (3 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (3)
1
2
3
#include <stdio.h>

int main() {printf("Hello world!");return 0;}