View Pit Stop page for race #34 by john_mat — Ghost race
View profile for john mat (john_mat)
Official speed | 29.51 wpm (58.15 seconds elapsed during race) |
---|---|
Race Start | February 6, 2023 3:51:20pm UTC |
Race Finish | February 6, 2023 3:52:19pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 8.85 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |