index
:
18CS63
master
compiler design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
4
/
input
blob: 7f0cc0b4cb7a2a6b725e183bc636af2236df7d80 (
plain
)
1
2
3
4
5
int main() { int n; printf("hello world"); scanf("%d", &n); }