From f7ebdd06d01d2fdd75744bc075ecd86fe0bd9100 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Mon, 1 Apr 2019 20:33:09 -0500 Subject: Fix an oopsie --- ee1301/wk5/hw5_directory/strap012_HW5C.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ee1301/wk5/hw5_directory/strap012_HW5C.cpp (limited to 'ee1301/wk5/hw5_directory/strap012_HW5C.cpp') 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 +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 -- cgit v1.2.3