We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7333016 commit 79a1cdeCopy full SHA for 79a1cde
.gitignore
@@ -6,6 +6,7 @@
6
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
7
8
# User-specific stuff
9
+.idea/**
10
.idea/**/workspace.xml
11
.idea/**/tasks.xml
12
.idea/**/usage.statistics.xml
programmers/javascript/basic-training/day1/print-a-b.js
@@ -1,4 +1,4 @@
1
-// https://school.programmers.co.kr/learn/courses/30/lessons/181951?language=javascript
+// https://school.programmers.co.kr/learn/courses/30/lessons/181951
2
3
const readline = require('readline');
4
const rl = readline.createInterface({
0 commit comments