Ravi (131raviarya)

Race #3

View Pit Stop page for race #3 by 131raviaryaGhost race

View profile for Ravi (131raviarya)

Official speed 34.55 wpm (49.67 seconds elapsed during race)
Race Start July 19, 2023 2:58:11am UTC
Race Finish July 19, 2023 2:59:00am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 10.36
Text #10010 (Length: 143 characters)

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