abhishek (a_anand_12)

Race #58

View Pit Stop page for race #58 by a_anand_12Ghost race

View profile for abhishek (a_anand_12)

Official speed 4.44 wpm (386.49 seconds elapsed during race)
Race Start December 13, 2022 1:19:40pm UTC
Race Finish December 13, 2022 1:26:06pm UTC
Outcome Win (1 of 2)
Accuracy 94.0%
Points 1.33
Text #10010 (Length: 143 characters)

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