mohit bhawnani (mohit_bhawnani)

Race #17

View Pit Stop page for race #17 by mohit_bhawnaniGhost race

View profile for mohit bhawnani (mohit_bhawnani)

Official speed 31.22 wpm (54.96 seconds elapsed during race)
Race Start January 22, 2025 12:00:56pm UTC
Race Finish January 22, 2025 12:01:51pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 9.37
Text #10010 (Length: 143 characters)

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