Kramnik (st4ff)

Race #17

View Pit Stop page for race #17 by st4ffGhost race

View profile for Kramnik (st4ff)

Official speed 49.72 wpm (34.51 seconds elapsed during race)
Race Start July 1, 2025 1:50:52am UTC
Race Finish July 1, 2025 1:51:26am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 14.92
Text #10010 (Length: 143 characters)

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