From 0554f1aafb8d7e82133642c9c6bf2c352abb39ba Mon Sep 17 00:00:00 2001 From: rl544 <111494264+rl544@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:39:30 +0900 Subject: [PATCH] =?UTF-8?q?uploaded=20at=202022.=2011.=2030.=20=EC=98=A4?= =?UTF-8?q?=ED=9B=84=202:39:30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baekjoon/2557/solution.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 baekjoon/2557/solution.py diff --git a/baekjoon/2557/solution.py b/baekjoon/2557/solution.py new file mode 100644 index 0000000..030891c --- /dev/null +++ b/baekjoon/2557/solution.py @@ -0,0 +1,3 @@ +// [문제 링크]: https://www.acmicpc.net/problem/2557 + +print("Hello World!"); \ No newline at end of file