(mononym_jisoo)

Race #9

View Pit Stop page for race #9 by mononym_jisooGhost race

View profile for (mononym_jisoo)

Official speed 54.37 wpm (29.58 seconds elapsed during race)
Race Start October 17, 2019 11:46:12pm UTC
Race Finish October 17, 2019 11:46:42pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 16.31
Text #10010 (Length: 143 characters)

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