index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
main.c
blob: 1ac7b0f79cfbaf9670a1e366f7c4ec88ff887513 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> int main(void) { printf("Hello, World!\n"); return 0; }