Skip to content

Commit 183ddc2

Browse files
authored
Update sol.py
1 parent 9872738 commit 183ddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab7/sol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def fail_condition(state):
1010
simulation.explore(find=success_condition, avoid=fail_condition)
1111
solution = simulation.found[0]
1212
print(solution.posix.dumps(sys.stdin.fileno()))
13-
#b'HETOBRCUVWOBFEBB'
13+
#b'HETOBRCUVWOBFEBB'

0 commit comments

Comments
 (0)