Karan Jain (karanjain18)

Race #35

View Pit Stop page for race #35 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 48.69 wpm (33.03 seconds elapsed during race)
Race Start October 1, 2019 8:02:14pm UTC
Race Finish October 1, 2019 8:02:47pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 14.61
Text #10010 (Length: 143 characters)

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