Renan (mirawa)

Race #22

View Pit Stop page for race #22 by mirawaGhost race

View profile for Renan (mirawa)

Official speed 63.72 wpm (26.93 seconds elapsed during race)
Race Start July 24, 2023 1:32:57am UTC
Race Finish July 24, 2023 1:33:24am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 19.11
Text #10010 (Length: 143 characters)

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