View Pit Stop page for race #35 by budzyn — Ghost race
View profile for Monia (budzyn)
Official speed | 27.53 wpm (62.33 seconds elapsed during race) |
---|---|
Race Start | April 22, 2022 2:15:51pm UTC |
Race Finish | April 22, 2022 2:16:54pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 8.26 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |