View Pit Stop page for race #5 by sandstormfx — Ghost race
View profile for Gilang (sandstormfx)
Official speed | 81.40 wpm (21.08 seconds elapsed during race) |
---|---|
Race Start | June 14, 2023 5:02:53am UTC |
Race Finish | June 14, 2023 5:03:14am UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 24.42 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |