Skip to content

Commit 8ecf318

Browse files
authored
Revert breaking build
1 parent 68f5270 commit 8ecf318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeetCode.FSharp/Problems/AddTwoNumbers.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open LeetCode.CSharp
66
module AddTwoNumbers =
77

88
[<LeetCode("Add Two Numbers", Difficulty.Easy, Category.LinkedList)>]
9-
//let AddTwoNumbers l1 l2 = throwWithMessage "TODO"
9+
let AddTwoNumbers l1 l2 = throwWithMessage "TODO"
1010

1111
let ex11 =
1212
ListNode(2, ListNode(4, ListNode(3, null)))

0 commit comments

Comments
 (0)