View Pit Stop page for race #10 by djchals — Ghost race
View profile for Chals (djchals)
Official speed | 55.92 wpm (30.69 seconds elapsed during race) |
---|---|
Race Start | August 9, 2023 1:59:24pm UTC |
Race Finish | August 9, 2023 1:59:55pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. butterflydns (49.30 wpm) |
Accuracy | 99.0% |
Points | 16.78 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |