Skip to content

Commit 530834d

Browse files
add github actions
1 parent e235df7 commit 530834d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

service/app/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
import sys
32

43
# write your code.
5-
print("Hello World!")
4+
print("Hello World!")
5+
print('abspath: ', os.path.abspath(__file__))

0 commit comments

Comments
 (0)