index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CSAPP
/
chap1
/
hello_compilation_steps
/
hello.c
blob: 25811017d0eeef4e7fb1cfba01faaa1be52d6a7a (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> int main(void) { printf("Hello world\n"); return 0; }