w (artemisfowl3rd)

Race #7

View Pit Stop page for race #7 by artemisfowl3rdGhost race

View profile for w (artemisfowl3rd)

Official speed 78.23 wpm (20.55 seconds elapsed during race)
Race Start November 29, 2020 4:11:38am UTC
Race Finish November 29, 2020 4:11:59am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 23.47
Text #10010 (Length: 143 characters)

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