Gerar Quispe (gquispe)

Race #32

View Pit Stop page for race #32 by gquispeGhost race

View profile for Gerar Quispe (gquispe)

Official speed 36.22 wpm (47.38 seconds elapsed during race)
Race Start April 11, 2025 4:25:47am UTC
Race Finish April 11, 2025 4:26:35am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 10.87
Text #10010 (Length: 143 characters)

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