From a388e79b71ca61dfcc9f5cd084d91f92f9f8f959 Mon Sep 17 00:00:00 2001 From: mmichlol Date: Fri, 6 Feb 2026 15:35:41 +0000 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) 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.