From a20b8c0765a7516beeeea89d288ddb77b28986fe Mon Sep 17 00:00:00 2001 From: ys554 <ys554@cs.drexel.edu> Date: Tue, 19 Feb 2019 21:24:46 -0500 Subject: [PATCH] added readme --- assn1/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 assn1/README diff --git a/assn1/README b/assn1/README new file mode 100644 index 0000000..75bef22 --- /dev/null +++ b/assn1/README @@ -0,0 +1,9 @@ +Prob 1 outputs the total number of directories and the total number of messages sent. + +Prob 2 outputs how many messages are in the longest thread, and all threads that are of that length. + +Prob 3 takes in a data (Year/Month/Date) and returns a message sent on that day + +Prob 4 outputs hostnames and messages sent there + +No other programs are needed to execute the programs. Thanks! -- GitLab