Moacir (moacirnq)

Race #2

View Pit Stop page for race #2 by moacirnqGhost race

View profile for Moacir (moacirnq)

Official speed 44.79 wpm (38.31 seconds elapsed during race)
Race Start June 5, 2023 9:58:01pm UTC
Race Finish June 5, 2023 9:58:40pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 13.44
Text #10010 (Length: 143 characters)

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