Nick (legnik)

Race #1

View Pit Stop page for race #1 by legnikGhost race

View profile for Nick (legnik)

Official speed 44.10 wpm (38.91 seconds elapsed during race)
Race Start June 26, 2023 7:25:47pm UTC
Race Finish June 26, 2023 7:26:26pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 13.23
Text #10010 (Length: 143 characters)

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