This website works better with JavaScript.
Home
Explore
Help
Sign In
nicolas-arnaud
/
ft_elf
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
My own elf programs.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
1.5 MiB
Tree:
5abec03d3b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5abec03d3b'
${ noResults }
ft_elf
/
exterminatests
/
others
/
debuginfod-tars_
/
pacman-sources
/
hello.c
7 lines
72 B
Raw
Normal View
History
added ft_printf and libft
2 years ago
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello
\n
"
)
;
return
0
;
}