This website requires JavaScript.
Explore
Help
Sign In
PlexSheep
/
c-basic
Watch
1
Star
0
Fork
You've already forked c-basic
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0e95262ce0
c-basic
/
echochar.c
9 lines
87 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
char
a
=
getchar
(
)
;
printf
(
"
%c
"
,
a
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink