BOB (nimtech)

Race #4

View Pit Stop page for race #4 by nimtechGhost race

View profile for BOB (nimtech)

Official speed 37.93 wpm (45.24 seconds elapsed during race)
Race Start July 26, 2023 8:12:13am UTC
Race Finish July 26, 2023 8:12:58am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 11.38
Text #10010 (Length: 143 characters)

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