View Pit Stop page for race #1 by missfluent — Ghost race
View profile for MissFluent (missfluent)
Official speed | 27.84 wpm (61.64 seconds elapsed during race) |
---|---|
Race Start | May 31, 2023 5:41:38am UTC |
Race Finish | May 31, 2023 5:42:40am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 8.35 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |