diff --git a/README.md b/README.md index 88382f1..d553162 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ **PCC Compiler** is a custom programming language compiler built from scratch in C++. It translates PCC code into x64 Assembly (NASM), which is then linked into a standalone Windows executable. -This project was developed as a holiday project for the Masovian Voivodeship coding challenge. - ## 🚀 Features - **Custom Syntax**: C-like syntax easy for beginners.