Steve (serialkiller)

Race #48

View Pit Stop page for race #48 by serialkillerGhost race

View profile for Steve (serialkiller)

Official speed 77.17 wpm (22.24 seconds elapsed during race)
Race Start October 4, 2022 4:05:08am UTC
Race Finish October 4, 2022 4:05:30am UTC
Outcome No win (2 of 3)
Opponents 3. ksun48 (76.14 wpm)
Accuracy 98.0%
Points 23.15
Text #10010 (Length: 143 characters)

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