Alvaro Moyata (tocsky)

Race #72

View Pit Stop page for race #72 by tocskyGhost race

View profile for Alvaro Moyata (tocsky)

Official speed 32.47 wpm (52.85 seconds elapsed during race)
Race Start July 5, 2025 2:21:00pm UTC
Race Finish July 5, 2025 2:21:53pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 9.74
Text #10010 (Length: 143 characters)

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