From 9d29403e40ba28d6d046665e6c56a61b390651e9 Mon Sep 17 00:00:00 2001 From: stalker99699 <140491654+stalker99699@users.noreply.github.com> Date: Sat, 7 Feb 2026 01:40:30 +0500 Subject: [PATCH 1/2] Update and rename helloworld.py to helloworld.c --- helloworld.c | 7 +++++++ helloworld.py | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 helloworld.c delete mode 100644 helloworld.py diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..646033b --- /dev/null +++ b/helloworld.c @@ -0,0 +1,7 @@ +// c (файл: hello.c) +#include + +int main() { + printf("Hello World\n"); + return 0; +} diff --git a/helloworld.py b/helloworld.py deleted file mode 100644 index ad35e5a..0000000 --- a/helloworld.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World") From 2752acc45e8fca2eb43863612b6eb7cf271eca1c Mon Sep 17 00:00:00 2001 From: stalker99699 <140491654+stalker99699@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:11:15 +0500 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0385e65..fe252ec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # Hello World -Here are the most popular and diverse types of hello world in different programming languages. / Здесь самые отбитые и разнообразные типы hello world на разных языках пронграмирования. +🤖 Этот проект на 100% сгенерирован с помощью ИИ. Простите меня. / 🤖 This project is 100% AI-generated. Forgive me. + +Here are the most popular and diverse types of hello world in different programming languages. + +Здесь самые отбитые и разнообразные типы hello world на разных языках пронграмирования.