abhishek (a_anand_12)

Race #57

View Pit Stop page for race #57 by a_anand_12Ghost race

View profile for abhishek (a_anand_12)

Official speed 23.35 wpm (73.49 seconds elapsed during race)
Race Start December 13, 2022 12:42:55pm UTC
Race Finish December 13, 2022 12:44:08pm UTC
Outcome No win (2 of 3)
Accuracy 91.0%
Points 7.00
Text #10010 (Length: 143 characters)

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