From 5b2bb7c9f169e85e03b8ba4603a119b665acbc32 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Thu, 30 Mar 2023 14:21:49 -0700 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2fb59bf --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +### Level Editor + +I had found this brilliant online book that talked about creating a text editor with c++ +I enjoyed following the few chapters that covered this topic to deepen my knowledge with the c++ programming language.