Skip to content

Commit 5d74095

Browse files
Update 6a.c
1 parent a8a5056 commit 5d74095

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

6a.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
%}
44
%%
55
"/*"[^*/]*"*/" {;}
6-
"//"
7-
.* {;}
6+
"//" {;}
87
%%
98
int main(int argc,char **argv){
109
FILE *f1,*f2;

0 commit comments

Comments
 (0)