commit cf868eb1654b4d781717f0427556dde4589135f5 Author: George Date: Fri Jan 23 23:02:47 2026 +0530 feat: --my first commit -- hello worl X10 diff --git a/test.py b/test.py new file mode 100644 index 0000000..9495252 --- /dev/null +++ b/test.py @@ -0,0 +1,2 @@ +for i in range(10): + print(i,"hello worl") \ No newline at end of file diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..2ac0cf9 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +my first commit \ No newline at end of file