Amen [Dvorak-Trainee] (amun)

Race #408

View Pit Stop page for race #408 by amunGhost race

View profile for Amen [Dvorak-Trainee] (amun)

Official speed 68.44 wpm (25.07 seconds elapsed during race)
Race Start August 30, 2023 10:36:43pm UTC
Race Finish August 30, 2023 10:37:08pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 20.53
Text #10010 (Length: 143 characters)

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