From a6abc89cc0572dbd0fd276ed12f0a82f7a13dce7 Mon Sep 17 00:00:00 2001 From: Hamish Pierpont <44186660+HamishPierpont@users.noreply.github.com> Date: Thu, 20 May 2021 12:00:07 -0400 Subject: [PATCH] Added link to demo to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88a5362..76ea65e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # cop3530-catch2-demo Code that shows how Catch2 works with VSCode. Used in UFL's COP3530 Data Structures and Algorithms class. + +You can watch a recorded demo of this code [here](https://youtu.be/QNUj4IPVOPA).