Hamza (hamza_g)

Race #66

View Pit Stop page for race #66 by hamza_gGhost race

View profile for Hamza (hamza_g)

Official speed 37.27 wpm (46.04 seconds elapsed during race)
Race Start August 11, 2022 5:23:31pm UTC
Race Finish August 11, 2022 5:24:18pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 11.18
Text #10010 (Length: 143 characters)

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