This website requires JavaScript.
Explore
Help
Register
Sign In
pjht
/
os
Watch
1
Star
0
Fork
0
You've already forked os
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e3fd4fd5e1
os
/
prog
/
main.c
pjht
0f4cd96cbf
Re add program build into makefile
2019-03-17 18:04:50 -05:00
5 lines
43 B
C
Raw
Blame
History
int
_start
(
)
{
int
x
=
17
;
return
x
+
3
;
}
Reference in New Issue
View Git Blame
Copy Permalink