Skip to content

Commit

Permalink
Merge pull request #1 from barretlee/master
Browse files Browse the repository at this point in the history
update from origin
  • Loading branch information
StevenYuysy authored Aug 24, 2016
2 parents 0c00608 + 9586b79 commit d0530da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
console.log('evaluate:')
/* input start */
var input = '( 1 + ( ( 2 + 3 ) * ( 4 + 5 ) )';
var input = '( 1 + ( ( 2 + 3 ) * ( 4 + 5 ) ) )';
input = input.replace(/\s/g, '').split('');
/* input end */
console.log('> input: ' + input.join(' '));
Expand Down

0 comments on commit d0530da

Please # to comment.