alihamzaPk (alihamza_pk)

Race #37

View Pit Stop page for race #37 by alihamza_pkGhost race

View profile for alihamzaPk (alihamza_pk)

Official speed 26.92 wpm (63.74 seconds elapsed during race)
Race Start August 20, 2023 5:13:04am UTC
Race Finish August 20, 2023 5:14:07am UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 8.07
Text #10010 (Length: 143 characters)

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