Karan Jain (karanjain18)

Race #72

View Pit Stop page for race #72 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 55.78 wpm (28.83 seconds elapsed during race)
Race Start October 11, 2019 1:14:00pm UTC
Race Finish October 11, 2019 1:14:29pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 16.74
Text #10010 (Length: 143 characters)

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