THINH (thinh_0212wb)

Race #1

View Pit Stop page for race #1 by thinh_0212wbGhost race

View profile for THINH (thinh_0212wb)

Official speed 23.99 wpm (71.53 seconds elapsed during race)
Race Start June 17, 2023 2:43:22pm UTC
Race Finish June 17, 2023 2:44:33pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 7.20
Text #10010 (Length: 143 characters)

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