aymen (aymenalwh)

Race #9

View Pit Stop page for race #9 by aymenalwhGhost race

View profile for aymen (aymenalwh)

Official speed 39.50 wpm (43.44 seconds elapsed during race)
Race Start July 2, 2023 1:09:55pm UTC
Race Finish July 2, 2023 1:10:38pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 11.85
Text #10010 (Length: 143 characters)

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