Norf (black_norfolk)

Race #2

View Pit Stop page for race #2 by black_norfolkGhost race

View profile for Norf (black_norfolk)

Official speed 28.87 wpm (59.44 seconds elapsed during race)
Race Start June 15, 2023 11:59:44am UTC
Race Finish June 15, 2023 12:00:44pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 8.66
Text #10010 (Length: 143 characters)

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