vloek (tikpyp)

Race #394

View Pit Stop page for race #394 by tikpypGhost race

View profile for vloek (tikpyp)

Official speed 59.83 wpm (28.68 seconds elapsed during race)
Race Start May 17, 2025 8:41:39pm UTC
Race Finish May 17, 2025 8:42:08pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 17.95
Text #10010 (Length: 143 characters)

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