View Pit Stop page for race #32 by mizoxes — Ghost race
View profile for hamza (mizoxes)
Official speed | 74.55 wpm (23.02 seconds elapsed during race) |
---|---|
Race Start | December 25, 2021 2:23:33pm UTC |
Race Finish | December 25, 2021 2:23:56pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 96.0% |
Points | 22.37 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |