PicturingFrames (frame_ability)

Race #42

View Pit Stop page for race #42 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 54.25 wpm (31.63 seconds elapsed during race)
Race Start June 28, 2022 7:29:17am UTC
Race Finish June 28, 2022 7:29:48am UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 16.28
Text #10010 (Length: 143 characters)

public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } }