git_gud (git__gud)

Race #4

View Pit Stop page for race #4 by git__gudGhost race

View profile for git_gud (git__gud)

Official speed 41.36 wpm (41.49 seconds elapsed during race)
Race Start May 23, 2023 9:29:32am UTC
Race Finish May 23, 2023 9:30:14am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 12.41
Text #10010 (Length: 143 characters)

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