Skip to content

Commit b2810d9

Browse files
committed
Add free License duration info
1 parent a0de927 commit b2810d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

License

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# 기본 라이센스
2-
Free
2+
Free for 1 year

calculator.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ def subtract(a, b):
77

88
def multiply(a, b):
99
return a*b
10+
1011
def divide_free(a, b):
1112
return a/b

0 commit comments

Comments
 (0)