IONIZED (bkzk)

Race #2

View Pit Stop page for race #2 by bkzkGhost race

View profile for IONIZED (bkzk)

Official speed 71.04 wpm (24.16 seconds elapsed during race)
Race Start May 23, 2023 6:51:05pm UTC
Race Finish May 23, 2023 6:51:29pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 21.31
Text #10010 (Length: 143 characters)

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