sk (teslateslatesla)

Race #44

View Pit Stop page for race #44 by teslateslateslaGhost race

View profile for sk (teslateslatesla)

Official speed 49.48 wpm (34.68 seconds elapsed during race)
Race Start September 10, 2021 1:31:50pm UTC
Race Finish September 10, 2021 1:32:25pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 14.84
Text #10010 (Length: 143 characters)

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