alihamzaPk (alihamza_pk)

Race #27

View Pit Stop page for race #27 by alihamza_pkGhost race

View profile for alihamzaPk (alihamza_pk)

Official speed 28.26 wpm (60.72 seconds elapsed during race)
Race Start August 15, 2023 2:57:54pm UTC
Race Finish August 15, 2023 2:58:55pm UTC
Outcome Win (1 of 3)
Accuracy 89.0%
Points 8.48
Text #10010 (Length: 143 characters)

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