Kevin (yungwang)

Race #2

View Pit Stop page for race #2 by yungwangGhost race

View profile for Kevin (yungwang)

Official speed 74.19 wpm (21.67 seconds elapsed during race)
Race Start December 8, 2020 4:40:20am UTC
Race Finish December 8, 2020 4:40:42am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 22.26
Text #10010 (Length: 143 characters)

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