cantorfunction (gnowsivle)

Race #1

View Pit Stop page for race #1 by gnowsivleGhost race

View profile for cantorfunction (gnowsivle)

Official speed 87.28 wpm (19.66 seconds elapsed during race)
Race Start June 3, 2023 5:21:34pm UTC
Race Finish June 3, 2023 5:21:53pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 26.18
Text #10010 (Length: 143 characters)

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