Labione (labione)

Race #1278

View Pit Stop page for race #1278 by labioneGhost race

View profile for Labione (labione)

Official speed 46.87 wpm (36.61 seconds elapsed during race)
Race Start June 26, 2025 6:39:58am UTC
Race Finish June 26, 2025 6:40:35am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 14.06
Text #10010 (Length: 143 characters)

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