(scraex)

Race #152

View Pit Stop page for race #152 by scraexGhost race

View profile for (scraex)

Official speed 77.34 wpm (22.19 seconds elapsed during race)
Race Start March 9, 2022 3:03:50pm UTC
Race Finish March 9, 2022 3:04:12pm UTC
Outcome Win (1 of 2)
Accuracy 97.0%
Points 23.20
Text #10010 (Length: 143 characters)

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