View Pit Stop page for race #20 by kinesis_quake — Ghost race
View profile for Kinesis (kinesis_quake)
Official speed | 71.83 wpm (23.89 seconds elapsed during race) |
---|---|
Race Start | November 16, 2021 8:17:49pm UTC |
Race Finish | November 16, 2021 8:18:13pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 21.55 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |