index
:
marvinborner/MarFS
main
Awesome filesystem for Melvix (WIP)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
create.c
blob: e0653bc1b2f879739e47b815531375976ea072e6 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <stdio.h> int main(int argc, char *argv[]) { printf("AAH\n"); return 0; }