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.
4
Commits
1
Branch
0
Tags
1.5 MiB
Assembly
83.6%
C
5.5%
HTML
5.3%
Makefile
4.8%
Shell
0.5%
Other
0.3%
Tree:
29f8c9fd63
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '29f8c9fd63'
${ noResults }
ft_elf
/
exterminatests
/
others
/
debuginfod-tars_
/
pacman-sources
/
hello.c
6 lines
72 B
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
hello
\n
"
)
;
return
0
;
}
Reference in new issue