Paul (bboypaul180)

Race #2

View Pit Stop page for race #2 by bboypaul180Ghost race

View profile for Paul (bboypaul180)

Official speed 52.64 wpm (32.60 seconds elapsed during race)
Race Start July 12, 2023 7:10:14pm UTC
Race Finish July 12, 2023 7:10:46pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 15.79
Text #10010 (Length: 143 characters)

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