This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
woody-woodpacker
Watch
1
Star
0
Fork
You've already forked woody-woodpacker
0
Code
Issues
1
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
18358ce36c
woody-woodpacker
/
resources
/
sample.c
8 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
init
2024-02-14 08:58:04 +00:00
#
include
<stdio.h>
chore: Makefile
2024-08-27 08:43:56 +00:00
int
main
(
void
)
{
ft_printf
(
"
Hello, World!
\n
"
)
;
return
(
0x0
)
;
init
2024-02-14 08:58:04 +00:00
}