Karan Jain (karanjain18)

Race #65

View Pit Stop page for race #65 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 48.51 wpm (33.15 seconds elapsed during race)
Race Start October 6, 2019 12:11:50pm UTC
Race Finish October 6, 2019 12:12:23pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 14.55
Text #10010 (Length: 143 characters)

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