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