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

Commit b2165ad

Browse files
committed
Edit to TOML header to compile and execute in one command for fuzz
1 parent ee648b4 commit b2165ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

competition/time-traveler/prob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---toml
22
[fuzz]
3-
exec = ["./time-traveler", "generate"]
3+
exec = ["g++", "--std=c++20", "src/main.cpp", "-o", "time-traveler", "&&", "./time-traveler", "generate"]
44
env = {}
55

66
[judge]

0 commit comments

Comments
 (0)