# Conflicts: # main.py
@@ -17,6 +17,9 @@ if __name__ == '__main__':
def add_procedure (*a : int) -> int:
return sum(a)
# 1번 개발자 추가 수정
def add_procedure2 (a : int, b : int) -> int:
return a + b
def show_information():
The note is not visible to the blocked user.