aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk5/hw5_directory/strap012_HW5C.cpp
blob: 994882079d3f21870756b39f60a7f690a8dbb751 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;
    // }
    
}