heythisistej (lucknumber8_alt)

Race #3

View Pit Stop page for race #3 by lucknumber8_altGhost race

View profile for heythisistej (lucknumber8_alt)

Official speed 37.00 wpm (46.38 seconds elapsed during race)
Race Start July 30, 2021 6:59:45pm UTC
Race Finish July 30, 2021 7:00:31pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 11.10
Text #10010 (Length: 143 characters)

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