Tahsin (tahsin__1)

Race #9

View Pit Stop page for race #9 by tahsin__1Ghost race

View profile for Tahsin (tahsin__1)

Official speed 29.97 wpm (57.26 seconds elapsed during race)
Race Start May 3, 2025 11:08:15am UTC
Race Finish May 3, 2025 11:09:13am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 8.99
Text #10010 (Length: 143 characters)

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