From 731f50ee3b00f111dcf3197315f9865a63d4cc32 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 2 Jul 2023 11:17:31 +0800
Subject: [PATCH] save project

---
 1.py | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 1.py

diff --git a/1.py b/1.py
new file mode 100644
index 0000000..73567d2
--- /dev/null
+++ b/1.py
@@ -0,0 +1,3 @@
+a='123456789'
+for i in a:
+    print(i)
\ No newline at end of file
--
libgit2 0.25.0