Skip to content

Commit 055f2b5

Browse files
committed
Test: first test
1 parent 6588098 commit 055f2b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

alien-dictionary/HC-kang.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,4 @@ function alienOrder(words: string[]): string {
6464
return result.length === Object.keys(inDegree).length //
6565
? result.join('')
6666
: '';
67-
68-
6967
}

alien-dictionary/hckang.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('hi');

0 commit comments

Comments
 (0)