View Pit Stop page for race #1 by noizemaker — Ghost race
View profile for noize (noizemaker)
Official speed | 25.32 wpm (63.51 seconds elapsed during race) |
---|---|
Race Start | December 9, 2020 5:17:06am UTC |
Race Finish | December 9, 2020 5:18:09am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 7.60 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |