abhishek (a_anand_12)

Race #5

View Pit Stop page for race #5 by a_anand_12Ghost race

View profile for abhishek (a_anand_12)

Official speed 21.17 wpm (81.06 seconds elapsed during race)
Race Start November 30, 2022 2:01:44pm UTC
Race Finish November 30, 2022 2:03:05pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 6.35
Text #10010 (Length: 143 characters)

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