SomeRandomGuy (dianelvik)

Race #1

View Pit Stop page for race #1 by dianelvikGhost race

View profile for SomeRandomGuy (dianelvik)

Official speed 81.34 wpm (21.10 seconds elapsed during race)
Race Start August 18, 2023 9:41:24pm UTC
Race Finish August 18, 2023 9:41:45pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 24.40
Text #10010 (Length: 143 characters)

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