View Pit Stop page for race #263 by frame_ability — Ghost race
View profile for PicturingFrames (frame_ability)
Official speed | 64.51 wpm (26.60 seconds elapsed during race) |
---|---|
Race Start | October 14, 2022 12:38:07pm UTC |
Race Finish | October 14, 2022 12:38:34pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 19.35 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |