Pranix (not_pranix)

Race #5

View Pit Stop page for race #5 by not_pranixGhost race

View profile for Pranix (not_pranix)

Official speed 30.81 wpm (55.70 seconds elapsed during race)
Race Start June 24, 2023 2:35:43pm UTC
Race Finish June 24, 2023 2:36:39pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 9.24
Text #10010 (Length: 143 characters)

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