Tahsin (tahsin__1)

Race #40

View Pit Stop page for race #40 by tahsin__1Ghost race

View profile for Tahsin (tahsin__1)

Official speed 40.32 wpm (42.56 seconds elapsed during race)
Race Start May 4, 2025 2:28:29am UTC
Race Finish May 4, 2025 2:29:11am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 12.10
Text #10010 (Length: 143 characters)

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