Messages Challenge

image

void OnUserInput(string input)
{
print("The user typed: " + input);
}

Privacy & Terms