diff options
| author | klaar36 <klas.arvidsson@liu.se> | 2017-03-20 17:59:45 +0100 |
|---|---|---|
| committer | klaar36 <klas.arvidsson@liu.se> | 2017-03-20 17:59:45 +0100 |
| commit | f9003d89b17c039ab903f622580e61925e137523 (patch) | |
| tree | b46ab4f9745c96a78685ca29b6a18ed2531205d6 /src/standalone/upg1/basics.c | |
| parent | d9ae213323d0a036b7f3594de6822413a4c312c6 (diff) | |
| download | pintos-rs-f9003d89b17c039ab903f622580e61925e137523.tar.gz | |
added given files for standalone labs
Diffstat (limited to 'src/standalone/upg1/basics.c')
| -rw-r--r-- | src/standalone/upg1/basics.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/standalone/upg1/basics.c b/src/standalone/upg1/basics.c new file mode 100644 index 0000000..62bc52c --- /dev/null +++ b/src/standalone/upg1/basics.c @@ -0,0 +1,6 @@ +#include <stdio.h> +#include <stdlib.h> + +int main() +{ +} |
