Deepak (deepak7878)

Race #1

View Pit Stop page for race #1 by deepak7878Ghost race

View profile for Deepak (deepak7878)

Official speed 22.14 wpm (77.51 seconds elapsed during race)
Race Start May 20, 2025 9:50:34am UTC
Race Finish May 20, 2025 9:51:52am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 6.64
Text #10010 (Length: 143 characters)

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