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: 82f6961963fbdd74b366c8f031442a9a599a369c (
plain
) (
blame
)
1
2
3
4
5
6
int main() { while (1) { }; return 0; }