correction to String

This commit is contained in:
Rochas
2025-02-14 01:19:48 +01:00
parent 0e985d7a85
commit 7088602791

View File

@@ -83,7 +83,7 @@ public class Main {
TurtleAST t = parser.turtle(); TurtleAST t = parser.turtle();
// Use the AST next // Use the AST next
System.out.println(t); System.out.println(t.toString());
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();