Skip to content

Commit

Permalink
Update Basic.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LVYOUyw committed Nov 30, 2018
1 parent cac6c33 commit e167cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ void Run(Program & program, EvalState & state);
int main() {
EvalState state;
Program program;
cout << "Stub implementation of BASIC" << endl;
while (flag) {
try {
processLine(getLine(), program, state);
Expand Down

0 comments on commit e167cbe

Please sign in to comment.