View Pit Stop page for race #2 by zalvary — Ghost race
View profile for ............. (zalvary)
Official speed | 68.50 wpm (25.05 seconds elapsed during race) |
---|---|
Race Start | March 28, 2023 11:42:30pm UTC |
Race Finish | March 28, 2023 11:42:55pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 20.55 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |