Linsk (linsk)

Race #2

View Pit Stop page for race #2 by linskGhost race

View profile for Linsk (linsk)

Official speed 47.97 wpm (33.52 seconds elapsed during race)
Race Start February 25, 2019 1:25:33pm UTC
Race Finish February 25, 2019 1:26:06pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 14.39
Text #10010 (Length: 143 characters)

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