This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
RainFall
Watch
1
Star
0
Fork
You've already forked RainFall
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
RainFall
/
bonus2
/
Ressources
/
test.c
10 lines
104 B
C
Raw
Permalink
Blame
History
#
include
<stdio.h>
#
include
<stdlib.h>
int
main
(
void
)
{
printf
(
"
%s
\n
"
,
getenv
(
"
LANG
"
)
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink