Skip to content

Commit ef14b35

Browse files
committed
commmmmmmmmmmmmmmmmmmmentttttttttttt!!!!!!!!
1 parent f2c6581 commit ef14b35

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/io/stack_community/github/stack_java

1 file changed

+2
-1
lines changed

src/main/java/io/stack_community/github/stack_java/Stack.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ public void evaluateProgram(String code) { // evaluate string as program
388388
this.logPrint(stack + "\n");
389389
}
390390

391-
public void executeCommand(String command) { // execute string as commands
391+
// execute string as commands
392+
public void executeCommand(String command) {
392393
// Commands of calculation
393394

394395
// addition

0 commit comments

Comments
 (0)