PicturingFrames (frame_ability)

Race #156

View Pit Stop page for race #156 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 79.32 wpm (21.63 seconds elapsed during race)
Race Start September 19, 2022 6:49:04am UTC
Race Finish September 19, 2022 6:49:26am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 23.80
Text #10010 (Length: 143 characters)

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