RosettaCodeData/Task/Hello-world-Newbie/Processing/hello-world-newbie-2.processing

4 lines
34 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
String x = "What up!";
print(x);