View Pit Stop page for race #1 by matteus949 — Ghost race
View profile for OOGLOO (matteus949)
Official speed | 51.47 wpm (31.24 seconds elapsed during race) |
---|---|
Race Start | November 18, 2020 12:45:30pm UTC |
Race Finish | November 18, 2020 12:46:01pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 15.44 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |