View Pit Stop page for race #2 by frame_ability — Ghost race
View profile for PicturingFrames (frame_ability)
Official speed | 48.94 wpm (35.06 seconds elapsed during race) |
---|---|
Race Start | December 19, 2021 12:48:18pm UTC |
Race Finish | December 19, 2021 12:48:53pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 90.0% |
Points | 14.68 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |