suhayb (suhayb)

Race #3

View Pit Stop page for race #3 by suhaybGhost race

View profile for suhayb (suhayb)

Official speed 35.59 wpm (48.22 seconds elapsed during race)
Race Start May 14, 2025 12:22:44pm UTC
Race Finish May 14, 2025 12:23:32pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 10.68
Text #10010 (Length: 143 characters)

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