aboutsummaryrefslogtreecommitdiff
path: root/Semestr 2/racket/l15/solution.bak
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 2/racket/l15/solution.bak')
-rw-r--r--Semestr 2/racket/l15/solution.bak7
1 files changed, 0 insertions, 7 deletions
diff --git a/Semestr 2/racket/l15/solution.bak b/Semestr 2/racket/l15/solution.bak
deleted file mode 100644
index 03ab86a..0000000
--- a/Semestr 2/racket/l15/solution.bak
+++ /dev/null
@@ -1,7 +0,0 @@
-#lang racket
-
-
-
-(define (run-concurrent . thunks)
- (define threads (map thread thunks))
- (for-each thread-wait threads)) \ No newline at end of file