William (humanoid_robot)

Race #4

View Pit Stop page for race #4 by humanoid_robotGhost race

View profile for William (humanoid_robot)

Official speed 44.11 wpm (38.90 seconds elapsed during race)
Race Start June 8, 2023 3:19:13pm UTC
Race Finish June 8, 2023 3:19:52pm UTC
Outcome No win (3 of 3)
Opponents 2. nforcer (47.38 wpm)
Accuracy 93.0%
Points 13.23
Text #10010 (Length: 143 characters)

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