Pegasus (pegasus898)

Race #1

View Pit Stop page for race #1 by pegasus898Ghost race

View profile for Pegasus (pegasus898)

Official speed 17.61 wpm (97.44 seconds elapsed during race)
Race Start June 21, 2023 1:57:43pm UTC
Race Finish June 21, 2023 1:59:20pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 5.28
Text #10010 (Length: 143 characters)

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