PicturingFrames (frame_ability)

Race #155

View Pit Stop page for race #155 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 58.17 wpm (29.50 seconds elapsed during race)
Race Start September 18, 2022 9:35:54am UTC
Race Finish September 18, 2022 9:36:23am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 17.45
Text #10010 (Length: 143 characters)

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