🌠Rubby🌠 (mikerubby)

Race #13

View Pit Stop page for race #13 by mikerubbyGhost race

View profile for 🌠Rubby🌠 (mikerubby)

Official speed 40.15 wpm (40.05 seconds elapsed during race)
Race Start March 10, 2020 5:19:24pm UTC
Race Finish March 10, 2020 5:20:04pm UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 12.04
Text #10010 (Length: 143 characters)

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