Neo (neokoda)

Race #1

View Pit Stop page for race #1 by neokodaGhost race

View profile for Neo (neokoda)

Official speed 64.72 wpm (26.51 seconds elapsed during race)
Race Start June 8, 2023 2:04:42pm UTC
Race Finish June 8, 2023 2:05:09pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 19.42
Text #10010 (Length: 143 characters)

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