From a9072c5ee234586793af21dc54cff54da449b0ec Mon Sep 17 00:00:00 2001 From: dimakuv Date: Sat, 25 Apr 2015 15:35:08 +0200 Subject: [PATCH] added README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..987e300 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +Foundations of Concurrent and Distributed Systems Lab: Summer semester 2015. + +This repository contains 5 programming tasks, with their descriptions, sequential C sources, and test inputs. The tasks are taken from the 7th Marathon of Parallel Programming WSCAD-SSC/SBAC-PAD-2012. + +Contributors: + +Dmitrii Kuvaiskii (dmitrii.kuvaiskii@tu-dresden.de)