3 커밋

작성자 SHA1 메시지 날짜
  Michael 0ec1c9f177 add world 3 년 전
  Michael f0baee96e1 supp vscode 3 년 전
  Michael ed7e9d1c8b add hello 3 년 전
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
분할 보기
  1. +1
    -0
      .gitignore
  2. +1
    -0
      hello.py

+ 1
- 0
.gitignore 파일 보기

@@ -3,6 +3,7 @@
__pycache__/
*.py[cod]
*$py.class
.vscode

# C extensions
*.so


+ 1
- 0
hello.py 파일 보기

@@ -0,0 +1 @@
print('hello world !')

불러오는 중...
취소
저장