BOB (nimtech)

Race #1

View Pit Stop page for race #1 by nimtechGhost race

View profile for BOB (nimtech)

Official speed 33.24 wpm (51.62 seconds elapsed during race)
Race Start July 26, 2023 8:07:19am UTC
Race Finish July 26, 2023 8:08:11am UTC
Outcome Win (1 of 2)
Accuracy 93.0%
Points 9.97
Text #10010 (Length: 143 characters)

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