Boi (disnoob)

Race #4

View Pit Stop page for race #4 by disnoobGhost race

View profile for Boi (disnoob)

Official speed 97.14 wpm (17.67 seconds elapsed during race)
Race Start July 14, 2023 7:03:02am UTC
Race Finish July 14, 2023 7:03:20am UTC
Outcome Win (1 of 2)
Accuracy 97.0%
Points 29.14
Text #10010 (Length: 143 characters)

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