sk (teslateslatesla)

Race #10

View Pit Stop page for race #10 by teslateslateslaGhost race

View profile for sk (teslateslatesla)

Official speed 34.27 wpm (50.07 seconds elapsed during race)
Race Start September 4, 2021 7:19:16am UTC
Race Finish September 4, 2021 7:20:06am UTC
Outcome No win (3 of 4)
Accuracy 95.0%
Points 10.28
Text #10010 (Length: 143 characters)

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