THINH (thinh_0212wb)

Race #2

View Pit Stop page for race #2 by thinh_0212wbGhost race

View profile for THINH (thinh_0212wb)

Official speed 27.73 wpm (61.88 seconds elapsed during race)
Race Start June 17, 2023 2:44:56pm UTC
Race Finish June 17, 2023 2:45:58pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 8.32
Text #10010 (Length: 143 characters)

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