This website requires JavaScript.
Explore
Help
Sign In
brain-hackers_pepepper-mirror
/
lab
Watch
1
Star
0
Fork
0
You've already forked lab
mirror of
https://github.com/brain-hackers/lab
synced
2024-11-13 13:48:00 +09:00
Code
Issues
Projects
Releases
Wiki
Activity
main
lab
/
x1
/
linkerscript
/
main.c
8 lines
89 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
x1 experimental libbrain
2021-12-15 01:27:08 +09:00
#
include
<libbrain.h>
Add linkerscript (experimental)
2021-12-14 01:01:31 +09:00
int
main
(
void
*
arg
)
{
x1 experimental libbrain
2021-12-15 01:27:08 +09:00
sys_printf
(
"
Hello!
\n
"
)
;
Add linkerscript (experimental)
2021-12-14 01:01:31 +09:00
return
0
;
}
Reference in New Issue
Copy Permalink