Ajos (ajos6969)

Race #35

View Pit Stop page for race #35 by ajos6969Ghost race

View profile for Ajos (ajos6969)

Official speed 31.25 wpm (54.91 seconds elapsed during race)
Race Start August 21, 2023 5:55:06pm UTC
Race Finish August 21, 2023 5:56:01pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 9.38
Text #10010 (Length: 143 characters)

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