Skip to content

Commit

Permalink
WIP : 카드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed Apr 26, 2024
1 parent 2da6499 commit 792ac1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions baekjoon/1101(WIP).js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// 카드 정리
const input = require("fs")
.readFileSync("/dev/stdin")
.toString()
.trim()
.split("\n");

0 comments on commit 792ac1c

Please sign in to comment.