Mich (michdaevinci)

Race #1

View Pit Stop page for race #1 by michdaevinciGhost race

View profile for Mich (michdaevinci)

Official speed 36.56 wpm (46.94 seconds elapsed during race)
Race Start April 5, 2021 9:35:08am UTC
Race Finish April 5, 2021 9:35:55am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 10.97
Text #10010 (Length: 143 characters)

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