Karan Jain (karanjain18)

Race #426

View Pit Stop page for race #426 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 80.31 wpm (21.37 seconds elapsed during race)
Race Start July 16, 2021 9:28:41pm UTC
Race Finish July 16, 2021 9:29:02pm UTC
Outcome No win (2 of 3)
Accuracy 100.0%
Points 24.09
Text #10010 (Length: 143 characters)

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