View Pit Stop page for race #7 by louistan111 — Ghost race
View profile for Louis (louistan111)
Official speed | 42.18 wpm (40.68 seconds elapsed during race) |
---|---|
Race Start | November 23, 2022 4:52:14am UTC |
Race Finish | November 23, 2022 4:52:55am UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 12.65 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |