Skip to content

Commit

Permalink
Update 2.y
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyushmp authored Jun 10, 2020
1 parent c65634d commit 80ab8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program - 2/2.y
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%token A B

%%
input:S'\n' {printf("String accepted\n"); exit(0);}
input:S'\n' {printf("String has been accepted\n"); exit(0);}
S:A S1 B|B
S1:;|A S1
%%
Expand Down

0 comments on commit 80ab8f4

Please sign in to comment.