This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
javascrypt
mirror of
https://github.com/mtardy/javascrypt.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Add newline before %%
pull/1/head
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