This website requires JavaScript.
Explore
Help
Sign In
ynerant
/
compilateur-projet-prog-1
Watch
1
Star
0
Fork
You've already forked compilateur-projet-prog-1
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a63419d4cf
compilateur-projet-prog-1
/
Exemples
/
test.c
8 lines
81 B
C
Raw
Blame
History
int
global1
;
int
main
(
)
{
global1
=
42
;
printf
(
"
%d
\n
"
,
global1
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink