twitch.tv/ (davesrunning)

Race #3

View Pit Stop page for race #3 by davesrunningGhost race

View profile for twitch.tv/ (davesrunning)

Official speed 65.69 wpm (26.12 seconds elapsed during race)
Race Start August 3, 2023 6:35:51pm UTC
Race Finish August 3, 2023 6:36:17pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 19.71
Text #10010 (Length: 143 characters)

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