Skip to content

Commit 31813bb

Browse files
author
matthias
committed
adjusted parse.py for name change
1 parent 1628444 commit 31813bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# User modifiable constants:
2222
TEMPLATE='main.cc'
23-
PYTEMPLATE='myprog.py'
23+
PYTEMPLATE='main.py'
2424
PYTESTER='test.py'
2525
COMPILE_CMD='g++ -g -std=c++0x -Wall $DBG'
2626
SAMPLE_INPUT='input'

0 commit comments

Comments
 (0)