aurafan (aurafan)

Race #6

View Pit Stop page for race #6 by aurafanGhost race

View profile for aurafan (aurafan)

Official speed 53.13 wpm (32.30 seconds elapsed during race)
Race Start June 6, 2023 9:06:34am UTC
Race Finish June 6, 2023 9:07:06am UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 15.94
Text #10010 (Length: 143 characters)

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