fix typo - interp.y
This commit is contained in:
parent
42bf817885
commit
8801d00ced
1 changed files with 1 additions and 1 deletions
2
interp.y
2
interp.y
|
@ -231,7 +231,7 @@ int main(){
|
||||||
do{
|
do{
|
||||||
printf(
|
printf(
|
||||||
"A program to solve f(x) = 0 such that f(x) is a 1-var linear function.\n");
|
"A program to solve f(x) = 0 such that f(x) is a 1-var linear function.\n");
|
||||||
printf("Please Enter a 1-var linear function: ");
|
printf("Please enter a 1-var linear function: ");
|
||||||
yyparse();
|
yyparse();
|
||||||
|
|
||||||
}while(!feof(yyin));
|
}while(!feof(yyin));
|
||||||
|
|
Loading…
Reference in a new issue