Karan Jain (karanjain18)

Race #476

View Pit Stop page for race #476 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 80.44 wpm (21.33 seconds elapsed during race)
Race Start July 21, 2021 1:01:02pm UTC
Race Finish July 21, 2021 1:01:24pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 24.13
Text #10010 (Length: 143 characters)

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