index
:
xlgmokha/linux-fundamentals.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lab01
/
hello.c
blob: c4176a781918a4a96b9fc598094a86e605ce99c3 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> int main() { printf("\nHello World\n"); return 0; }