Skip to content

Commit

Permalink
Replaces executable (#112)
Browse files Browse the repository at this point in the history
* Reversing Season 2 level-3 with level-4 due to another initiative we are working on.

* adds mocha

* fixes template reference

* replaces executable
  • Loading branch information
jkcso authored Jan 16, 2025
1 parent 9a6e755 commit 3ad54a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Season-1/Level-2/hack.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// As all other levels, your goal is to get this file to pass.

// Run hack by opening a terminal and running the following:
// $ make Season-1/Level-2/hack && ./Season-1/Level-2/hack
// $ make -B Season-1/Level-2/hack && ./Season-1/Level-2/hack

// As a reminder, to pass this level, both this file alongside tests.c must pass.

Expand Down
2 changes: 1 addition & 1 deletion Season-1/Level-2/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This file contains passing tests.

// Run them by opening a terminal and running the following:
// $ make Season-1/Level-2/tests && ./Season-1/Level-2/tests
// $ make -B Season-1/Level-2/tests && ./Season-1/Level-2/tests

#include "code.h"

Expand Down

0 comments on commit 3ad54a4

Please sign in to comment.