zigs (zigseid)

Race #2

View Pit Stop page for race #2 by zigseidGhost race

View profile for zigs (zigseid)

Official speed 49.07 wpm (34.97 seconds elapsed during race)
Race Start June 9, 2023 2:13:52am UTC
Race Finish June 9, 2023 2:14:27am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 14.72
Text #10010 (Length: 143 characters)

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