Kinesis (kinesis_quake)

Race #120

View Pit Stop page for race #120 by kinesis_quakeGhost race

View profile for Kinesis (kinesis_quake)

Official speed 91.00 wpm (18.86 seconds elapsed during race)
Race Start January 24, 2024 3:00:25am UTC
Race Finish January 24, 2024 3:00:44am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 27.30
Text #10010 (Length: 143 characters)

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