Beast (beastcodz)

Race #2

View Pit Stop page for race #2 by beastcodzGhost race

View profile for Beast (beastcodz)

Official speed 65.54 wpm (26.18 seconds elapsed during race)
Race Start June 19, 2023 6:56:29am UTC
Race Finish June 19, 2023 6:56:56am UTC
Outcome Win (1 of 2)
Accuracy 93.0%
Points 19.66
Text #10010 (Length: 143 characters)

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