Julian (k1ngjulien)

Race #1

View Pit Stop page for race #1 by k1ngjulienGhost race

View profile for Julian (k1ngjulien)

Official speed 46.62 wpm (36.81 seconds elapsed during race)
Race Start April 21, 2021 1:39:30pm UTC
Race Finish April 21, 2021 1:40:06pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 13.99
Text #10010 (Length: 143 characters)

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