Kevin (ksun48)

Race #8

View Pit Stop page for race #8 by ksun48Ghost race

View profile for Kevin (ksun48)

Official speed 76.14 wpm (22.54 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 (3 of 3)
Opponents 2. serialkiller (77.17 wpm)
Accuracy 95.0%
Points 22.84
Text #10010 (Length: 143 characters)

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