Aakib (aa_0808_)

Race #64

View Pit Stop page for race #64 by aa_0808_Ghost race

View profile for Aakib (aa_0808_)

Official speed 31.32 wpm (54.79 seconds elapsed during race)
Race Start September 3, 2023 6:02:22am UTC
Race Finish September 3, 2023 6:03:17am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 9.39
Text #10010 (Length: 143 characters)

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