Skip to content

Commit

Permalink
(fix) Revert simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Oct 9, 2016
1 parent 6d5cee2 commit fd292fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class SimpleExample {
public static void main(String[] args) {
Long result = (Long) AviatorEvaluator.execute("4( * ssss”");
Long result = (Long) AviatorEvaluator.execute("1+2+3");
System.out.println(result);
}
}

0 comments on commit fd292fb

Please sign in to comment.