PicturingFrames (frame_ability)

Race #286

View Pit Stop page for race #286 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 65.74 wpm (26.10 seconds elapsed during race)
Race Start October 20, 2022 2:50:56pm UTC
Race Finish October 20, 2022 2:51:22pm UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 19.72
Text #10010 (Length: 143 characters)

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