index
:
pintos-rs
main
[no description]
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
standalone
/
lab01
/
about-main.c
blob: 2407c23a7664e15ac1f10bf0f02a8fa46e7d061d (
plain
) (
blame
)
1
2
3
4
5
6
#include <stdio.h> #include <string.h> int main(int argc, char* argv[]) { }