This website requires JavaScript.
Explore
Help
Sign in
Imbus
/
C-testing-grounds
Watch
1
Fork
You've already forked C-testing-grounds
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ea34f7635b
C-testing-grounds
/
src
/
main.c
7 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
Initial
2024-04-08 00:41:29 +02:00
#
include
<stdio.h>
int
main
(
int
argc
,
const
char
*
*
argv
)
{
Formatting
2024-04-08 01:40:00 +02:00
printf
(
"
Hello, World!
\n
"
)
;
return
0
;
Initial
2024-04-08 00:41:29 +02:00
}
Reference in a new issue
Copy permalink