Karan Jain (karanjain18)

Race #490

View Pit Stop page for race #490 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 91.61 wpm (18.73 seconds elapsed during race)
Race Start July 23, 2021 6:27:21pm UTC
Race Finish July 23, 2021 6:27:39pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 27.48
Text #10010 (Length: 143 characters)

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