This website requires JavaScript.
Explore
Help
Sign In
simponic
/
cminus
Watch
1
Star
0
Fork
0
You've already forked cminus
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a1c15f0461
cminus
/
data
/
test1.c
6 lines
66 B
C
Raw
Normal View
History
Unescape
Escape
squash all the things
2023-04-23 02:24:42 -04:00
void
main
(
)
{
Initial commit - building
2023-04-10 11:17:11 -04:00
println
(
"
Hello world
"
)
;
squash all the things
2023-04-23 02:24:42 -04:00
println
(
7
%
3
,
"
hi
"
)
;
Initial commit - building
2023-04-10 11:17:11 -04:00
}
Reference in New Issue
Copy Permalink