index
:
18CS63
master
compiler design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
5
/
input
blob: 8be510e6728ffcd659771082b96a0efa9b93941f (
plain
)
1
2
3
4
5
int main() { int one, two, three; three = two + one; printf(three); }