Karan Jain (karanjain18)

Race #484

View Pit Stop page for race #484 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 80.65 wpm (21.28 seconds elapsed during race)
Race Start July 21, 2021 1:11:34pm UTC
Race Finish July 21, 2021 1:11:56pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 24.19
Text #10010 (Length: 143 characters)

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