Skip to content

Commit 8bbc696

Browse files
committed
[Bronze V] Title: Hello World, Time: 88 ms, Memory: 9308 KB -BaekjoonHub
1 parent 0f4ba06 commit 8bbc696

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
console.log("Hello World!")
1+
// /dev/stdin
2+
const fs = require("fs");
3+
let input = fs.readFileSync("/dev/stdin").toString().trim().split("\n");
4+
5+
console.log("Hello World!");

백준/Bronze/2557. Hello World/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
### 성능 요약
66

7-
메모리: 9276 KB, 시간: 104 ms
7+
메모리: 9308 KB, 시간: 88 ms
88

99
### 분류
1010

1111
구현
1212

1313
### 제출 일자
1414

15-
2024년 6월 4일 16:24:12
15+
2025년 4월 24일 19:13:42
1616

1717
### 문제 설명
1818

0 commit comments

Comments
 (0)