Lawrence (wattfox)

Race #1

View Pit Stop page for race #1 by wattfoxGhost race

View profile for Lawrence (wattfox)

Official speed 77.89 wpm (22.03 seconds elapsed during race)
Race Start August 18, 2023 7:13:04am UTC
Race Finish August 18, 2023 7:13:26am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 23.37
Text #10010 (Length: 143 characters)

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