Kinesis (kinesis_quake)

Race #115

View Pit Stop page for race #115 by kinesis_quakeGhost race

View profile for Kinesis (kinesis_quake)

Official speed 106.92 wpm (16.05 seconds elapsed during race)
Race Start January 23, 2024 8:53:19pm UTC
Race Finish January 23, 2024 8:53:35pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 32.08
Text #10010 (Length: 143 characters)

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