This website requires JavaScript.
Explore
Help
Register
Sign In
clement_gre
/
4IFS2-COMP-PLD
Watch
1
Star
0
Fork
0
You've already forked 4IFS2-COMP-PLD
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4IFS2-COMP-PLD
/
prog
/
main.c
Clément Grennerat
13cb53a437
Adding var declaration and set statement handling
2026-03-02 16:55:58 +01:00
6 lines
50 B
C
Raw
Blame
History
int
main
(
)
{
int
x
;
x
=
42
;
return
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink