Sergito (yoonseok)

Race #175

View Pit Stop page for race #175 by yoonseokGhost race

View profile for Sergito (yoonseok)

Official speed 78.48 wpm (21.87 seconds elapsed during race)
Race Start June 21, 2025 9:49:41am UTC
Race Finish June 21, 2025 9:50:03am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 23.54
Text #10010 (Length: 143 characters)

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