Bennett (bnnttnwhk)

Race #90

View Pit Stop page for race #90 by bnnttnwhkGhost race

View profile for Bennett (bnnttnwhk)

Official speed 44.55 wpm (38.52 seconds elapsed during race)
Race Start November 20, 2021 4:01:32pm UTC
Race Finish November 20, 2021 4:02:10pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 13.36
Text #10010 (Length: 143 characters)

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