Anon (gv_vik)

Race #27

View Pit Stop page for race #27 by gv_vikGhost race

View profile for Anon (gv_vik)

Official speed 34.17 wpm (50.22 seconds elapsed during race)
Race Start June 30, 2023 6:52:44pm UTC
Race Finish June 30, 2023 6:53:35pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 10.25
Text #10010 (Length: 143 characters)

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