tp2: typo affichage

This commit is contained in:
Delphine Demange
2025-03-24 14:37:04 +01:00
parent 721080d496
commit ab07bbb179

View File

@@ -34,7 +34,7 @@ public class Main {
Program ast = parser.program();
// Pretty-print the program (to debug parsing)
System.err.println("todo" + ast);
System.err.println("todo " + ast);
// Verify the program semantic