This website requires JavaScript.
Explore
Help
Register
Sign In
12hydrogen
/
messy-codepile
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
old
messy-codepile
/
main.c
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
8 lines
81 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Save old files
2026-06-08 23:53:21 +08:00
#include
<stdio.h>
int
main
()
{
printf
(
"Hello, world!
\n
"
);
return
0
;
}
Reference in New Issue
Copy Permalink