PicturingFrames (frame_ability)

Race #112

View Pit Stop page for race #112 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 77.66 wpm (22.10 seconds elapsed during race)
Race Start September 5, 2022 8:50:26am UTC
Race Finish September 5, 2022 8:50:48am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 23.30
Text #10010 (Length: 143 characters)

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