Karan Jain (karanjain18)

Race #632

View Pit Stop page for race #632 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 79.23 wpm (21.66 seconds elapsed during race)
Race Start February 9, 2022 6:00:25pm UTC
Race Finish February 9, 2022 6:00:47pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 23.77
Text #10010 (Length: 143 characters)

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