Girl (piemaniac)

Race #4

View Pit Stop page for race #4 by piemaniacGhost race

View profile for Girl (piemaniac)

Official speed 44.63 wpm (38.45 seconds elapsed during race)
Race Start April 1, 2022 3:44:19pm UTC
Race Finish April 1, 2022 3:44:58pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 13.39
Text #10010 (Length: 143 characters)

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