Aditya (aditya7245)

Race #1

View Pit Stop page for race #1 by aditya7245Ghost race

View profile for Aditya (aditya7245)

Official speed 29.71 wpm (57.76 seconds elapsed during race)
Race Start May 25, 2023 12:50:19pm UTC
Race Finish May 25, 2023 12:51:17pm UTC
Outcome No win (2 of 2)
Accuracy 92.0%
Points 8.91
Text #10010 (Length: 143 characters)

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