mohit bhawnani (mohit_bhawnani)

Race #19

View Pit Stop page for race #19 by mohit_bhawnaniGhost race

View profile for mohit bhawnani (mohit_bhawnani)

Official speed 35.16 wpm (48.81 seconds elapsed during race)
Race Start January 22, 2025 2:11:03pm UTC
Race Finish January 22, 2025 2:11:51pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 10.55
Text #10010 (Length: 143 characters)

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