Skip to content

Commit

Permalink
🎨 Explanations, cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
smitrajput committed May 29, 2023
1 parent 82ad516 commit f8f464b
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 181 deletions.
168 changes: 0 additions & 168 deletions src/CleanPuzzleBoxSolution.sol

This file was deleted.

4 changes: 3 additions & 1 deletion src/PuzzleBoxSolution.sol → src/PuzzleBoxSolution_V0.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ pragma solidity ^0.8.19;
import "./PuzzleBox.sol";
import "forge-std/Test.sol";

contract PuzzleBoxSolution is Test {
/// Basic solution (sans gas-optimizations)
/// Reference: https://gist.github.com/merklejerk/0f97d94a752c32edea0c01f464d0db97
contract PuzzleBoxSolution_V0 is Test {
function solve(PuzzleBox puzzle) external {
// How close can you get to opening the box?

Expand Down
Loading

0 comments on commit f8f464b

Please sign in to comment.