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: 40ba715eda75ee8250b162b2687f499f689c5180 (
plain
) (
blame
)
1
2
3
4
5
int main(int argc, char *argv[]) { int a = 42 >> 6; return a; }