heythisistej (lucknumber8_alt)

Race #7

View Pit Stop page for race #7 by lucknumber8_altGhost race

View profile for heythisistej (lucknumber8_alt)

Official speed 42.17 wpm (40.69 seconds elapsed during race)
Race Start August 1, 2021 5:01:47pm UTC
Race Finish August 1, 2021 5:02:28pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 12.65
Text #10010 (Length: 143 characters)

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