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