OILS
/
deps
/
source.medo
/
uftrace
/ hello.c
View on Github
|
oilshell.org
6 lines, 4 significant
1
#include
<stdio.h>
2
3
int main(void)
{
4
printf(
"%s world\n"
,
"Hello"
);
5
return 0;
6
}