#define VARIANT SILABS_C8051F120
#include "8051api.h"

void main() {
    InitializeUART0(BAUD_9600);
    StringToUART0("Hello, Attila");
}