Real (not_available_name)

Race #14

View Pit Stop page for race #14 by not_available_nameGhost race

View profile for Real (not_available_name)

Official speed 108.36 wpm (15.84 seconds elapsed during race)
Race Start July 23, 2023 11:56:06pm UTC
Race Finish July 23, 2023 11:56:22pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 32.51
Text #10010 (Length: 143 characters)

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