print les strings
This commit is contained in:
@@ -73,7 +73,7 @@ public class Program{
|
||||
}
|
||||
}
|
||||
|
||||
public static record PrintImp(String t) implements Instruction{
|
||||
public static record PrintImp(ArrayList<String> t) implements Instruction{
|
||||
@Override
|
||||
public <H, S> S accept(InstrVisitor<H, S> v, H h) {
|
||||
return v.visitPrint(this, h);
|
||||
|
||||
Reference in New Issue
Block a user