Kshitij (desikheeda)

Race #6

View Pit Stop page for race #6 by desikheedaGhost race

View profile for Kshitij (desikheeda)

Official speed 51.87 wpm (33.08 seconds elapsed during race)
Race Start April 9, 2025 6:33:21pm UTC
Race Finish April 9, 2025 6:33:54pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 15.56
Text #10010 (Length: 143 characters)

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