This website requires JavaScript.
Explore
Help
Register
Sign In
zibright
/
Linux
Watch
1
Star
0
Fork
0
You've already forked Linux
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d72ad10e0e
Linux
/
Code
/
test.c
9 lines
73 B
C
Raw
Normal View
History
Unescape
Escape
add sizeof.c
2025-04-28 16:58:56 +08:00
#
include
<stdio.h>
int
main
(
)
{
update
2025-05-06 15:32:59 +08:00
printf
(
"
hello world!
\n
"
)
;
add sizeof.c
2025-04-28 16:58:56 +08:00
return
0
;
}
Reference in New Issue
Copy Permalink