PicturingFrames (frame_ability)

Race #252

View Pit Stop page for race #252 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 74.32 wpm (23.09 seconds elapsed during race)
Race Start October 12, 2022 11:31:26am UTC
Race Finish October 12, 2022 11:31:50am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 22.30
Text #10010 (Length: 143 characters)

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