Skip to content

Commit e86ed20

Browse files
authored
sadie100 : add line
1 parent c13a9eb commit e86ed20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decode-ways/sadie100.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ function numDecodings(s: string): number {
2727
}
2828

2929
return dp[s.length-1];
30-
};
30+
};

0 commit comments

Comments
 (0)