zulfaqar (zulf1212)

Race #15

View Pit Stop page for race #15 by zulf1212Ghost race

View profile for zulfaqar (zulf1212)

Official speed 44.28 wpm (38.75 seconds elapsed during race)
Race Start August 9, 2023 5:37:47am UTC
Race Finish August 9, 2023 5:38:25am UTC
Outcome Win (1 of 3)
Opponents 2. alifoliah (41.24 wpm)
Accuracy 94.0%
Points 13.28
Text #10010 (Length: 143 characters)

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