Iruziky (iruziky)

Race #5

View Pit Stop page for race #5 by iruzikyGhost race

View profile for Iruziky (iruziky)

Official speed 42.75 wpm (40.14 seconds elapsed during race)
Race Start April 8, 2025 3:57:07pm UTC
Race Finish April 8, 2025 3:57:47pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 12.82
Text #10010 (Length: 143 characters)

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