#include "tutorial.h" start string name; print("Hello, what is your name? "); read(name); print("Hello "); print(name); print("!"); end