Karan Jain (karanjain18)

Race #731

View Pit Stop page for race #731 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 86.94 wpm (19.74 seconds elapsed during race)
Race Start February 19, 2022 1:05:47pm UTC
Race Finish February 19, 2022 1:06:07pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 26.08
Text #10010 (Length: 143 characters)

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