Nandan (cloudyviva)

Race #1

View Pit Stop page for race #1 by cloudyvivaGhost race

View profile for Nandan (cloudyviva)

Official speed 29.64 wpm (57.89 seconds elapsed during race)
Race Start May 27, 2025 2:14:37am UTC
Race Finish May 27, 2025 2:15:35am UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 8.89
Text #10010 (Length: 143 characters)

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