toast (toast100)

Race #5

View Pit Stop page for race #5 by toast100Ghost race

View profile for toast (toast100)

Official speed 71.99 wpm (23.84 seconds elapsed during race)
Race Start June 30, 2023 3:36:08pm UTC
Race Finish June 30, 2023 3:36:32pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 21.60
Text #10010 (Length: 143 characters)

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