#include "os_text.h" int main(void) { clear(); write("Welcome!"); backspace(); return 0; }