Bennett (bnnttnwhk)

Race #79

View Pit Stop page for race #79 by bnnttnwhkGhost race

View profile for Bennett (bnnttnwhk)

Official speed 55.72 wpm (30.80 seconds elapsed during race)
Race Start November 16, 2021 5:07:45pm UTC
Race Finish November 16, 2021 5:08:16pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 16.72
Text #10010 (Length: 143 characters)

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