View Pit Stop page for race #17 by seane_cifer — Ghost race
View profile for Seane (seane_cifer)
Official speed | 34.58 wpm (49.62 seconds elapsed during race) |
---|---|
Race Start | June 8, 2023 1:11:51pm UTC |
Race Finish | June 8, 2023 1:12:40pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 10.37 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |