Трифонов Адам Леонидович 2 năm trước cách đây
mục cha
commit
70a02b2396
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .gitignore
  2. 1 1
      main.py

+ 1 - 1
.gitignore

@@ -2,4 +2,4 @@
 
 desktop.ini
 Google Chrome.lnk
-Ссылки на программы.lnk
+Ссылки на программы.lnk

+ 1 - 1
main.py

@@ -1,6 +1,6 @@
 from http.server import HTTPServer, BaseHTTPRequestHandler
 
-
+# asd
 class HttpGethandler(BaseHTTPRequestHandler):
     def do_GET(self):
         try: