View Pit Stop page for race #147 by cloudjumper — Ghost race
View profile for retired, for now ᐢ.‸.ᐢ (cloudjumper)
Official speed | 112.53 wpm (15.25 seconds elapsed during race) |
---|---|
Race Start | June 3, 2023 3:24:11am UTC |
Race Finish | June 3, 2023 3:24:26am UTC |
Outcome | Win (1 of 3) |
Accuracy | 100.0% |
Points | 33.76 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |