This website requires JavaScript.
Explore
Help
Sign In
Yaossg
/
RVBTCC
Watch
1
Star
0
Fork
0
You've already forked RVBTCC
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
54db58d362
RVBTCC
/
test
/
hello.c
5 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
remove const
2024-12-07 04:24:00 +00:00
int
printf
(
char
*
format
,
.
.
.
)
;
demo
2024-11-15 13:29:39 +00:00
int
main
(
)
{
printf
(
"
hello world %d
\n
"
,
42
)
;
}
Reference in New Issue
Copy Permalink