Celeste (celeste_b)

Race #2

View Pit Stop page for race #2 by celeste_bGhost race

View profile for Celeste (celeste_b)

Official speed 31.61 wpm (54.29 seconds elapsed during race)
Race Start May 20, 2022 12:54:41am UTC
Race Finish May 20, 2022 12:55:36am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 9.48
Text #10010 (Length: 143 characters)

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