View Pit Stop page for race #2 by tomister99 — Ghost race
View profile for Tommy (tomister99)
Official speed | 50.80 wpm (33.78 seconds elapsed during race) |
---|---|
Race Start | August 3, 2023 8:47:56am UTC |
Race Finish | August 3, 2023 8:48:30am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 15.24 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |