Predator (predator_1001)

Race #16

View Pit Stop page for race #16 by predator_1001Ghost race

View profile for Predator (predator_1001)

Official speed 31.70 wpm (54.13 seconds elapsed during race)
Race Start July 18, 2024 7:07:04am UTC
Race Finish July 18, 2024 7:07:58am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 9.51
Text #10010 (Length: 143 characters)

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