View Pit Stop page for race #132 by alexklaus — Ghost race
View profile for Alex (alexklaus)
Official speed | 57.81 wpm (27.82 seconds elapsed during race) |
---|---|
Race Start | September 15, 2020 1:54:10am UTC |
Race Finish | September 15, 2020 1:54:38am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 17.34 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |