Tahsin (tahsin__1)

Race #152

View Pit Stop page for race #152 by tahsin__1Ghost race

View profile for Tahsin (tahsin__1)

Official speed 34.46 wpm (49.80 seconds elapsed during race)
Race Start May 9, 2025 5:40:02pm UTC
Race Finish May 9, 2025 5:40:52pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 10.34
Text #10010 (Length: 143 characters)

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