Rishav (rishavmngo)

Race #26

View Pit Stop page for race #26 by rishavmngoGhost race

View profile for Rishav (rishavmngo)

Official speed 59.52 wpm (28.83 seconds elapsed during race)
Race Start July 31, 2023 3:14:16am UTC
Race Finish July 31, 2023 3:14:45am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 17.86
Text #10010 (Length: 143 characters)

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