Daniel (daniel_h212)

Race #1

View Pit Stop page for race #1 by daniel_h212Ghost race

View profile for Daniel (daniel_h212)

Official speed 64.89 wpm (26.44 seconds elapsed during race)
Race Start March 6, 2023 2:04:19am UTC
Race Finish March 6, 2023 2:04:45am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 19.47
Text #10010 (Length: 143 characters)

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