RosettaCodeData/Task/Hello-world-Newbie/Processing/hello-world-newbie-2.processing
2023-07-01 13:44:08 -04:00

3 lines
34 B
Text

String x = "What up!";
print(x);