commit da49398f7633dcee9128ac21f172c6cf695e2433 Author: Yan Wittmann Date: Fri Jan 3 11:08:56 2025 +0100 readme 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; +} +```