// MIT License, Copyright (c) 2020 Marvin Borner #include #include void main() { print("\nA loaded.\n"); while (1) { print("A"); } }