🌠Rubby🌠 (mikerubby)

Race #3

View Pit Stop page for race #3 by mikerubbyGhost race

View profile for 🌠Rubby🌠 (mikerubby)

Official speed 50.57 wpm (31.80 seconds elapsed during race)
Race Start April 7, 2018 8:41:33pm UTC
Race Finish April 7, 2018 8:42:04pm UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 15.17
Text #10010 (Length: 143 characters)

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