Theorem Details
-- Both the bounty and the submission should be valid Lean files
-- In the bounty, you can replace the entire proof (or anything else) with a sorry
-- In the submissions, all sorries should be defined
theorem debug (n : Nat) : n +2 = n + 2 :=
sorry
Bounty: 0.0003 ETH
Status: Closed
Proof
theorem debug (n : Nat) : n +2 = n + 2 := rfl