xela (xelaos)

Race #4

View Pit Stop page for race #4 by xelaosGhost race

View profile for xela (xelaos)

Official speed 47.93 wpm (35.80 seconds elapsed during race)
Race Start January 20, 2023 11:32:29am UTC
Race Finish January 20, 2023 11:33:05am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 14.38
Text #10010 (Length: 143 characters)

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