diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3ba284 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Compiling & Running +Compile: +```sh +make +``` +Run: +```sh +make run +``` + +# Screenshot +![Screenshot](screenshot.png) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..2148b2b Binary files /dev/null and b/screenshot.png differ