From 43dd294abfd9574481506fd356c1ef2aebb6df61 Mon Sep 17 00:00:00 2001 From: Dragana Milovancevic <dragana.milovancevic@epfl.ch> Date: Wed, 23 Feb 2022 16:17:41 +0000 Subject: [PATCH] Update exercises/exercise-1.md --- exercises/exercise-1.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/exercises/exercise-1.md b/exercises/exercise-1.md index 0787288..b22fc74 100644 --- a/exercises/exercise-1.md +++ b/exercises/exercise-1.md @@ -1,13 +1,5 @@ # Exercise 1 -Use the following commands to make a fresh clone of your repository: - -``` -git clone -b exercise-1 git@gitlab.epfl.ch:lamp/student-repositories-s21/cs206-GASPAR.git exercise-1 -``` - -Update the README.md file with your solutions. Don't forget to list the group members' SCIPER numbers. - # Problem 1: Introduction to Concurrency Freshly graduated from EPFL, you all have been hired as contractors for a successful and rapidly growing bank. The bank has recently been experiencing problems with their money management system, coded in Scala, and so they hired the best and brightest young engineers they could find: you! The system has been working perfectly fine so far, they tell you. In the past days, due to an increased number of customers, they had to switch from a single threaded sequential execution environment to a multithreaded concurrent environment, in which multiple threads may perform transactions concurrently. That's when problems started, your manager says… -- GitLab