This website requires JavaScript.
Explore
Help
Sign In
artemist
/
mes
Watch
1
Star
0
Fork
You've already forked mes
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
bf02fa7f07
mes
/
hello.c
Jan Nieuwenhuizen
384a88dd53
hello.c, hello.S: hello world target for C compiler.
2016-07-26 07:30:53 +02:00
6 lines
48 B
C
Raw
Blame
History
int
main
(
)
{
puts
(
"
HALLO
\n
"
)
;
return
0
;
}
Reference in a new issue
View git blame
Copy permalink