Abylaikhan (ho1den)

Race #14

View Pit Stop page for race #14 by ho1denGhost race

View profile for Abylaikhan (ho1den)

Official speed 44.65 wpm (38.43 seconds elapsed during race)
Race Start July 19, 2023 12:55:33pm UTC
Race Finish July 19, 2023 12:56:12pm UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 13.39
Text #10010 (Length: 143 characters)

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