This website requires JavaScript.
Explore
Help
Register
Sign In
LiuYuanchi
/
2024-compiler
Watch
1
Star
0
Fork
You've already forked 2024-compiler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7a4a6ed0e8
2024-compiler
/
tests
/
01
/
01.txt
7 lines
70 B
Plaintext
Raw
Blame
History
int a = 3;
int b = 5;
void main(){
int a = 5;
return a + b;
}
Reference in New Issue
View Git Blame
Copy Permalink