Skip to content

Commit 30cbd7c

Browse files
committed
solution : Best Time to Buy And Sell Stock
1 parent 30c323f commit 30cbd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best-time-to-buy-and-sell-stock/jiji-hoon96.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ function maxProfit(prices: number[]): number {
2020
}
2121

2222
return maxProfit;
23-
}
23+
}

0 commit comments

Comments
 (0)