aboutsummaryrefslogtreecommitdiff
path: root/3/main.l
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-30 17:52:42 +0100
committerAkshay <[email protected]>2021-04-30 17:52:42 +0100
commit87181ffbb1c0850a5f174509be008897893366f9 (patch)
treed80e17cddc779acb0e38ab406543e4fa235ed860 /3/main.l
parent8cb6a5bbc3dff236c951eb1ff73ecd5b2d55556d (diff)
streamline build process
Diffstat (limited to '3/main.l')
-rw-r--r--3/main.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/3/main.l b/3/main.l
index ebac3d7..f423e7a 100644
--- a/3/main.l
+++ b/3/main.l
@@ -18,6 +18,8 @@ d [0-9]
18-{d}+ negint++; 18-{d}+ negint++;
19\+?{d}*\.{d}+ posfrac++; 19\+?{d}*\.{d}+ posfrac++;
20-{d}*\.{d}+ negfrac++; 20-{d}*\.{d}+ negfrac++;
21\n ;
22. ;
21%% 23%%
22 24
23int main(void) { 25int main(void) {