Update src/parser.y
This commit is contained in:
parent
4c6dff3c3b
commit
8918d6039d
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ int main(int argc, char *argv[]){
|
|||
}
|
||||
else {
|
||||
printf("fLisp interactive env - v0.1\nFcalva 2025\n");
|
||||
printf("Under the terms of the GPL v3.0 license\n");
|
||||
printf("Under the terms of the GPL v2.0 license\n");
|
||||
yyin = stdin;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue