This website requires JavaScript.
Explore
Help
Sign In
42berlin
/
piscine-timo-moulinette
Watch
1
Star
0
Fork
You've already forked piscine-timo-moulinette
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
piscine-timo-moulinette
/
c09
/
ex01
/
srcs
/
ft_putstr_test.c
8 lines
81 B
C
Raw
Permalink
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
ft_putstr
(
"
Hello World
\n
"
)
;
return
(
0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink