Compiler Design 2023

Testcase “hello” of Assignment 5:
1
2
3
int main() {
  putString("Hallo MiniC-Welt!\n");
}