Liwamster (liwamster15)

Race #9

View Pit Stop page for race #9 by liwamster15Ghost race

View profile for Liwamster (liwamster15)

Official speed 63.92 wpm (26.85 seconds elapsed during race)
Race Start June 1, 2023 7:59:42pm UTC
Race Finish June 1, 2023 8:00:09pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 19.17
Text #10010 (Length: 143 characters)

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