xref
: /
openbsd-src
/
regress
/
usr.bin
/
file
/
t17.in
(revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#include <
stdio.h
>
2
3
int main() {
4
printf("Hello");
5
}
6