Userzin (userzin)

Race #46

View Pit Stop page for race #46 by userzinGhost race

View profile for Userzin (userzin)

Official speed 49.91 wpm (34.38 seconds elapsed during race)
Race Start November 30, 2021 7:50:13pm UTC
Race Finish November 30, 2021 7:50:47pm UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 14.97
Text #10010 (Length: 143 characters)

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