(3agwa_79)

Race #115

View Pit Stop page for race #115 by 3agwa_79Ghost race

View profile for (3agwa_79)

Official speed 64.15 wpm (26.75 seconds elapsed during race)
Race Start May 25, 2023 2:42:03am UTC
Race Finish May 25, 2023 2:42:30am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 19.24
Text #10010 (Length: 143 characters)

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