This website requires JavaScript.
Explore
Help
Sign In
teascade
/
c-compiler
Watch
1
Star
0
Fork
0
You've already forked c-compiler
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4d307d0eb9
c-compiler
/
test.c
Sofia
4d307d0eb9
Add expression statements
2026-04-09 16:31:47 +03:00
5 lines
50 B
C
Raw
Blame
History
int
main
(
)
{
int
a
=
5
;
a
;
return
a
;
}
Reference in New Issue
View Git Blame
Copy Permalink