Skip to content

Commit

Permalink
Update Typescript Node Input & Output.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangguanghuib authored Oct 22, 2023
1 parent c30d9b1 commit 310cca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Typescript Node Input & Output.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ let inputs : string[] =[]; // Array to store all the lines
rl.on('line', function (line:string) {
inputs.push(line);
if(inputs.length === num){

let s: string = inputs[0];
let n: number = parseInt(inputs[1]);
// all lines are input done, start processing them
Expand Down

0 comments on commit 310cca3

Please sign in to comment.