Kenny (hkennyv)

Race #4

View Pit Stop page for race #4 by hkennyvGhost race

View profile for Kenny (hkennyv)

Official speed 100.01 wpm (17.16 seconds elapsed during race)
Race Start September 15, 2023 9:08:45pm UTC
Race Finish September 15, 2023 9:09:02pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 30.00
Text #10010 (Length: 143 characters)

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