diff --git "a/H0ngJu/\355\201\220/process.py" "b/H0ngJu/\355\201\220/process.py" index fd8edd05..86bde575 100644 --- "a/H0ngJu/\355\201\220/process.py" +++ "b/H0ngJu/\355\201\220/process.py" @@ -15,4 +15,6 @@ def solution(priorities, location): else: queue.append(cur) # 뒤로 미루기 - return answer \ No newline at end of file + return answer + +#test \ No newline at end of file