MivojBlazek (m1voj)

Race #3

View Pit Stop page for race #3 by m1vojGhost race

View profile for MivojBlazek (m1voj)

Official speed 31.21 wpm (54.98 seconds elapsed during race)
Race Start July 22, 2023 11:05:47am UTC
Race Finish July 22, 2023 11:06:42am UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 9.36
Text #10010 (Length: 143 characters)

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