Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장원석
/
oss-assignment2-1-A
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
장원석
2022-10-11 21:36:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ce5cebcab9d3e6fbd863047814eaa98dfcfe965
1ce5cebc
1 parent
96007cdb
b branch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
main.js
main.js
View file @
1ce5ceb
...
...
@@ -4,6 +4,9 @@ const readline = require('readline').createInterface({
});
readline
.
question
(
''
,
name
=>
{
console
.
log
(
`
${
name
}
`
);
if
(
name
!=
"exit"
){
console
.
log
(
`
${
name
}
`
);
readline
.
close
();
}
readline
.
close
();
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment