PicturingFrames (frame_ability)

Race #280

View Pit Stop page for race #280 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 74.86 wpm (22.92 seconds elapsed during race)
Race Start October 18, 2022 1:57:08pm UTC
Race Finish October 18, 2022 1:57:31pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 22.46
Text #10010 (Length: 143 characters)

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