Wesley (wesleytmh)

Race #2

View Pit Stop page for race #2 by wesleytmhGhost race

View profile for Wesley (wesleytmh)

Official speed 62.38 wpm (25.78 seconds elapsed during race)
Race Start April 21, 2019 1:07:20pm UTC
Race Finish April 21, 2019 1:07:46pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 18.72
Text #10010 (Length: 143 characters)

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