Mims (mimzi_who)

Race #1

View Pit Stop page for race #1 by mimzi_whoGhost race

View profile for Mims (mimzi_who)

Official speed 76.86 wpm (22.33 seconds elapsed during race)
Race Start May 23, 2023 1:04:37am UTC
Race Finish May 23, 2023 1:05:00am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 23.06
Text #10010 (Length: 143 characters)

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