Skip to content

Commit 3ad54a4

Browse files
authored
Replaces executable (#112)
* Reversing Season 2 level-3 with level-4 due to another initiative we are working on. * adds mocha * fixes template reference * replaces executable
1 parent 9a6e755 commit 3ad54a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Season-1/Level-2/hack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// As all other levels, your goal is to get this file to pass.
55

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

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

Season-1/Level-2/tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// This file contains passing tests.
44

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

88
#include "code.h"
99

0 commit comments

Comments
 (0)