Karan Jain (karanjain18)

Race #574

View Pit Stop page for race #574 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 78.09 wpm (21.97 seconds elapsed during race)
Race Start February 3, 2022 5:05:47pm UTC
Race Finish February 3, 2022 5:06:09pm UTC
Outcome No win (3 of 3)
Accuracy 98.0%
Points 23.43
Text #10010 (Length: 143 characters)

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