From da49398f7633dcee9128ac21f172c6cf695e2433 Mon Sep 17 00:00:00 2001 From: Yan Wittmann Date: Fri, 3 Jan 2025 11:08:56 +0100 Subject: [PATCH] readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d22a554 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# My first project + +helo this is mai first progaming project +```#include +int main() +{ + printf("Hello, World!"); + return 0; +} +```