Karan Jain (karanjain18)

Race #642

View Pit Stop page for race #642 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 85.68 wpm (20.03 seconds elapsed during race)
Race Start February 9, 2022 6:12:29pm UTC
Race Finish February 9, 2022 6:12:49pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 25.70
Text #10010 (Length: 143 characters)

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