(ninja_h2)

Race #11

View Pit Stop page for race #11 by ninja_h2Ghost race

View profile for (ninja_h2)

Official speed 57.10 wpm (30.05 seconds elapsed during race)
Race Start September 4, 2022 2:09:01pm UTC
Race Finish September 4, 2022 2:09:31pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 17.13
Text #10010 (Length: 143 characters)

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