PicturingFrames (frame_ability)

Race #263

View Pit Stop page for race #263 by frame_abilityGhost 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); } }