From a169347de8a8101fc898af009f7b1e077ab14727 Mon Sep 17 00:00:00 2001 From: Admin Panel Date: Sun, 8 Mar 2026 10:01:11 +0000 Subject: feat: hello world [kanban #1] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f68c485..d7bd914 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # Hello World C++ Program -A simple C++ program that prints "Hello World" to the console. +A simple Hello World program written in C++. ## Description -This is a basic C++ program demonstrating the minimal code required to output text to the console. It serves as a starting point for learning C++ programming. +This is a basic C++ program that prints "Hello World" to the console. It demonstrates the minimal structure of a C++ program with a main function and standard output. ## Requirements -- C++ compiler (g++, clang++, or any C++11 compatible compiler) +- A C++ compiler (g++, clang++, or any C++11 compatible compiler) ## Compilation To compile the program, use one of the following commands: -### Using g++ +### Using g++: -- cgit v1.2.3