Karan Jain (karanjain18)

Race #776

View Pit Stop page for race #776 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 92.73 wpm (18.51 seconds elapsed during race)
Race Start February 24, 2022 12:30:19pm UTC
Race Finish February 24, 2022 12:30:38pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 27.82
Text #10010 (Length: 143 characters)

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