(nullchilly)

Race #12

View Pit Stop page for race #12 by nullchillyGhost race

View profile for (nullchilly)

Official speed 64.90 wpm (26.44 seconds elapsed during race)
Race Start July 1, 2022 7:50:20am UTC
Race Finish July 1, 2022 7:50:46am UTC
Outcome No win (2 of 2)
Opponents 1. poem (77.71 wpm)
Accuracy 94.0%
Points 19.47
Text #10010 (Length: 143 characters)

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