jerry (mewantmorpie)

Race #1

View Pit Stop page for race #1 by mewantmorpieGhost race

View profile for jerry (mewantmorpie)

Official speed 64.21 wpm (26.72 seconds elapsed during race)
Race Start August 29, 2023 7:46:51pm UTC
Race Finish August 29, 2023 7:47:18pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 19.26
Text #10010 (Length: 143 characters)

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