View Pit Stop page for race #1 by zweihander53 — Ghost race
View profile for Dru (zweihander53)
Official speed | 23.98 wpm (71.56 seconds elapsed during race) |
---|---|
Race Start | March 28, 2024 11:47:34am UTC |
Race Finish | March 28, 2024 11:48:46am UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 7.19 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |