Seizoxu (xezious)

Race #1

View Pit Stop page for race #1 by xeziousGhost race

View profile for Seizoxu (xezious)

Official speed 41.16 wpm (39.07 seconds elapsed during race)
Race Start November 20, 2020 8:04:32pm UTC
Race Finish November 20, 2020 8:05:11pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 12.35
Text #10010 (Length: 143 characters)

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