updated code
This commit is contained in:
parent
2564949d31
commit
e775637c57
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class RPN_Calculator {
|
|||
System.out.print("\n");
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
static void handle_error(int ERROR_TYPE) {
|
||||
|
|
|
@ -21,7 +21,7 @@ public class hello {
|
|||
}
|
||||
|
||||
|
||||
public static void main() {
|
||||
public static void main(String[] args) {
|
||||
//String
|
||||
String TEXT_TOANALYZE;
|
||||
TEXT_TOANALYZE = request_input();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue