index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: 88bcde0143642bf0fba524e8dc3d3ce5cbfd8509 (
plain
) (
blame
)
1
2
3
4
5
6
int main(int argc, char *argv[]) { while (1) { }; return 0; }