diff --git a/code_study/Baekjoon/ts/2558.ts b/code_study/Baekjoon/ts/2558.ts new file mode 100644 index 0000000..eae3933 --- /dev/null +++ b/code_study/Baekjoon/ts/2558.ts @@ -0,0 +1,3 @@ +export {}; +const input = require("fs").readFileSync(0).toString().trim().split('\n').map(Number); +console.log(input[0]+input[1]); \ No newline at end of file