View Pit Stop page for race #1 by youngjaerui — Ghost race
View profile for Rui (youngjaerui)
Official speed | 39.10 wpm (43.89 seconds elapsed during race) |
---|---|
Race Start | June 1, 2023 3:56:45am UTC |
Race Finish | June 1, 2023 3:57:29am UTC |
Outcome | Win (1 of 2) |
Accuracy | 94.0% |
Points | 11.73 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |