Karan Jain (karanjain18)

Race #550

View Pit Stop page for race #550 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 80.04 wpm (21.44 seconds elapsed during race)
Race Start February 2, 2022 3:14:11pm UTC
Race Finish February 2, 2022 3:14:33pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 24.01
Text #10010 (Length: 143 characters)

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