Steven (vivihuang)

Race #2

View Pit Stop page for race #2 by vivihuangGhost race

View profile for Steven (vivihuang)

Official speed 58.31 wpm (29.43 seconds elapsed during race)
Race Start September 12, 2023 7:10:13pm UTC
Race Finish September 12, 2023 7:10:42pm UTC
Outcome No win (2 of 2)
Accuracy 98.0%
Points 17.49
Text #10010 (Length: 143 characters)

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