Karan Jain (karanjain18)

Race #73

View Pit Stop page for race #73 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 54.76 wpm (29.36 seconds elapsed during race)
Race Start October 11, 2019 1:16:12pm UTC
Race Finish October 11, 2019 1:16:41pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.43
Text #10010 (Length: 143 characters)

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