#include "console.h" void main() { clear_terminal(); print_string("HELLO"); print_line("WORLD"); print_string("TODAY"); return; }