Bennett (bnnttnwhk)

Race #77

View Pit Stop page for race #77 by bnnttnwhkGhost race

View profile for Bennett (bnnttnwhk)

Official speed 54.36 wpm (31.57 seconds elapsed during race)
Race Start November 16, 2021 5:06:01pm UTC
Race Finish November 16, 2021 5:06:33pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 16.31
Text #10010 (Length: 143 characters)

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