Awais (awais_660)

Race #1

View Pit Stop page for race #1 by awais_660Ghost race

View profile for Awais (awais_660)

Official speed 36.66 wpm (46.81 seconds elapsed during race)
Race Start September 1, 2023 6:34:10pm UTC
Race Finish September 1, 2023 6:34:57pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 11.00
Text #10010 (Length: 143 characters)

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