This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
parsimony
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Add newline before %%
master
mtardy
4 years ago
parent
736acd9595
commit
2bd3a8b892
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
calc.leg
+ 1
- 0
calc.leg
View File
@ -36,6 +36,7 @@ MINUS = '-' -
MULTI = '*' -
DIVIDE = '/' -
MODULO = '%' -
%%
int main(int argc, char **argv)
Write
Preview
Loading…
Cancel
Save