tanon (tanon710s)

Race #96

View Pit Stop page for race #96 by tanon710sGhost race

View profile for tanon (tanon710s)

Official speed 85.12 wpm (20.16 seconds elapsed during race)
Race Start April 2, 2023 1:43:13pm UTC
Race Finish April 2, 2023 1:43:33pm UTC
Outcome No win (3 of 3)
Accuracy 98.0%
Points 25.53
Text #10010 (Length: 143 characters)

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