View Pit Stop page for race #155 by frame_ability — Ghost race
View profile for PicturingFrames (frame_ability)
Official speed | 58.17 wpm (29.50 seconds elapsed during race) |
---|---|
Race Start | September 18, 2022 9:35:54am UTC |
Race Finish | September 18, 2022 9:36:23am UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 17.45 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |