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
/
apps
/
test.c
blob: bce734337e065e34653313d1e183a74dfddda2bb (
plain
) (
blame
)
1
2
3
4
5
int main() { int a = 42 >> 6; return a; }