Girl (piemaniac)

Race #1

View Pit Stop page for race #1 by piemaniacGhost race

View profile for Girl (piemaniac)

Official speed 36.39 wpm (47.16 seconds elapsed during race)
Race Start April 1, 2022 3:40:19pm UTC
Race Finish April 1, 2022 3:41:06pm UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 10.92
Text #10010 (Length: 143 characters)

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