index
:
Personal/.git
master
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SICP
/
c.c
blob: fae921bfe90a41a09146795d1f8608fc1d373a18 (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
main
()
{
printf
(
"hello world
\n
"
);
return
0
;
}