diff options
Diffstat (limited to 'ee1301/wk5/hw5_directory/strap012_HW5C.cpp')
-rw-r--r-- | ee1301/wk5/hw5_directory/strap012_HW5C.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ee1301/wk5/hw5_directory/strap012_HW5C.cpp b/ee1301/wk5/hw5_directory/strap012_HW5C.cpp new file mode 100644 index 0000000..9948820 --- /dev/null +++ b/ee1301/wk5/hw5_directory/strap012_HW5C.cpp @@ -0,0 +1,11 @@ +#include <iostream> +using namespace std; + +int main(int argc, char *argv[]) +{ + // if (argc != 4) { + // cout << "Invalid input!" << endl << " USAGE: ./rand-array m n max" << endl; + // return 2; + // } + +}
\ No newline at end of file |