View Pit Stop page for race #4 by john_mat — Ghost race
View profile for john mat (john_mat)
Official speed | 27.18 wpm (63.13 seconds elapsed during race) |
---|---|
Race Start | February 1, 2023 12:18:52pm UTC |
Race Finish | February 1, 2023 12:19:55pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 8.15 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |