machineuno (machineuno)

Race #6

View Pit Stop page for race #6 by machineunoGhost race

View profile for machineuno (machineuno)

Official speed 38.38 wpm (44.71 seconds elapsed during race)
Race Start June 28, 2023 12:05:25pm UTC
Race Finish June 28, 2023 12:06:09pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 11.51
Text #10010 (Length: 143 characters)

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