Yuhang (yuhang0722)

Race #31

View Pit Stop page for race #31 by yuhang0722Ghost race

View profile for Yuhang (yuhang0722)

Official speed 72.11 wpm (23.80 seconds elapsed during race)
Race Start August 6, 2023 9:20:24am UTC
Race Finish August 6, 2023 9:20:47am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 21.63
Text #10010 (Length: 143 characters)

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