Andrew (tea2024)

Race #206

View Pit Stop page for race #206 by tea2024Ghost race

View profile for Andrew (tea2024)

Official speed 55.76 wpm (30.77 seconds elapsed during race)
Race Start April 21, 2024 9:30:25am UTC
Race Finish April 21, 2024 9:30:56am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 16.73
Text #10010 (Length: 143 characters)

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