index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
work
/
8
/
ascii.c
blob: 751c1b9787977d563959420f822f384f0ab19ddd (
plain
)
1
2
3
4
5
6
7
#include<stdio.h> int main(){ int c; scanf("%c", &c); printf("%d\n", c); }