View Pit Stop page for race #221 by frame_ability — Ghost race
View profile for PicturingFrames (frame_ability)
Official speed | 71.29 wpm (24.07 seconds elapsed during race) |
---|---|
Race Start | October 3, 2022 11:30:31am UTC |
Race Finish | October 3, 2022 11:30:55am UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 21.39 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |