kp (kpraj)

Race #26

View Pit Stop page for race #26 by kprajGhost race

View profile for kp (kpraj)

Official speed 23.89 wpm (71.83 seconds elapsed during race)
Race Start July 6, 2023 6:01:17am UTC
Race Finish July 6, 2023 6:02:28am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 7.17
Text #10010 (Length: 143 characters)

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