lightspeed80 (lightspeed80)

Race #2

View Pit Stop page for race #2 by lightspeed80Ghost race

View profile for lightspeed80 (lightspeed80)

Official speed 61.58 wpm (27.87 seconds elapsed during race)
Race Start June 14, 2025 3:18:58am UTC
Race Finish June 14, 2025 3:19:26am UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 18.47
Text #10010 (Length: 143 characters)

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