View Pit Stop page for race #1 by shroomteacube — Ghost race
View profile for Shroomer (shroomteacube)
Official speed | 51.16 wpm (33.54 seconds elapsed during race) |
---|---|
Race Start | May 30, 2023 1:11:26pm UTC |
Race Finish | May 30, 2023 1:11:59pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 15.35 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |