View Pit Stop page for race #4 by darkec — Ghost race
View profile for Darko (darkec)
Official speed | 67.44 wpm (23.84 seconds elapsed during race) |
---|---|
Race Start | November 20, 2020 9:04:12am UTC |
Race Finish | November 20, 2020 9:04:36am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 20.23 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |