From a28ed0f25620c6205516259609ad73d7d70b5ffd Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 5 Oct 2020 14:17:55 +0200 Subject: Added screenshot --- README.md | 2 ++ screenshot.png | Bin 0 -> 625920 bytes 2 files changed, 2 insertions(+) create mode 100644 screenshot.png diff --git a/README.md b/README.md index 13268b3..c315a60 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Test for the philosophers project of school 42. +![screenshot](screenshot.png) + ## Usage Clone this repository next to your project directory. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..02263c9 Binary files /dev/null and b/screenshot.png differ -- cgit