xela (xelaos)

Race #1

View Pit Stop page for race #1 by xelaosGhost race

View profile for xela (xelaos)

Official speed 43.15 wpm (39.77 seconds elapsed during race)
Race Start January 20, 2023 11:17:37am UTC
Race Finish January 20, 2023 11:18:17am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 12.94
Text #10010 (Length: 143 characters)

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