commit 502a76f7821a4333c5ed807cbc3909730919f034 Author: ge Date: Sat Jul 12 20:54:37 2025 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..552a506 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> V +*.exe +*.o +*.so +*.tmp.c +*.exp +*.ilk +*.pdb +*.dll +*.lib +*.bak +*.out + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7aafa3f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# notes + +Notes about everything \ No newline at end of file