View Pit Stop page for race #1 by santaclaus3 — Ghost race
View profile for Alan (santaclaus3)
Official speed | 34.08 wpm (50.35 seconds elapsed during race) |
---|---|
Race Start | September 14, 2021 9:49:12am UTC |
Race Finish | September 14, 2021 9:50:02am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 10.22 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |