Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit feb1d24

Browse files
committed
revert fork bomb
1 parent 94da315 commit feb1d24

File tree

1 file changed

+1
-4
lines changed
  • competition/13-time-traveler

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/bin/bash
22

3-
if [ ! -f time-traveler ]; then
4-
g++ --std=c++20 src/main.cpp -o time-traveler
5-
fi
6-
3+
g++ --std=c++20 src/main.cpp -o time-traveler &&
74
./time-traveler $1 $2

0 commit comments

Comments
 (0)