From 01480581e58c5174fe5c6a9dfa73dfb0aaf5d579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Br=C3=BCnjes?= Date: Thu, 20 May 2021 00:40:18 +0200 Subject: [PATCH] updated README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3683006..31a619f 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,11 @@ - [`Homework1`](code/week05/src/Week05/Solution1.hs) - [`Homework2`](code/week05/src/Week05/Solution2.hs) +- Week #7 + + - [`RockPaperScissors`](code/week07/src/Week07/RockPaperScissors.hs) + - [`TestRockPaperScissors`](code/week07/src/Week07/TestRockPaperScissors.hs) + ## Some Plutus Modules - [`Plutus.Contract.StateMachine`](https://github.com/input-output-hk/plutus/blob/master/plutus-contract/src/Plutus/Contract/StateMachine.hs), contains types and functions for using state machines.