File: test.c

package info (click to toggle)
sccache 0.4.0~~pre6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,920 kB
  • sloc: sh: 383; perl: 255; python: 148; ansic: 31; makefile: 16
file content (5 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#include <stdio.h>

void foo() {
  printf("hello world\n");
}