Spike (spike011)

Race #1

View Pit Stop page for race #1 by spike011Ghost race

View profile for Spike (spike011)

Official speed 47.43 wpm (36.18 seconds elapsed during race)
Race Start October 23, 2024 11:07:14am UTC
Race Finish October 23, 2024 11:07:50am UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 14.23
Text #10010 (Length: 143 characters)

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