diff options
Diffstat (limited to 'code/FORTRAN2C/build')
-rw-r--r-- | code/FORTRAN2C/build/out.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/code/FORTRAN2C/build/out.c b/code/FORTRAN2C/build/out.c new file mode 100644 index 0000000..47d2d58 --- /dev/null +++ b/code/FORTRAN2C/build/out.c @@ -0,0 +1,6 @@ +#include <stdio.h> +#include <stdlib.h> + +int main(int argc, char** argv) { + +}
\ No newline at end of file |