View Pit Stop page for race #286 by frame_ability — Ghost race
View profile for PicturingFrames (frame_ability)
Official speed | 65.74 wpm (26.10 seconds elapsed during race) |
---|---|
Race Start | October 20, 2022 2:50:56pm UTC |
Race Finish | October 20, 2022 2:51:22pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 19.72 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |