Israfil hossain (israfil166091)

Race #3

View Pit Stop page for race #3 by israfil166091Ghost race

View profile for Israfil hossain (israfil166091)

Official speed 44.24 wpm (38.79 seconds elapsed during race)
Race Start July 19, 2023 3:06:23pm UTC
Race Finish July 19, 2023 3:07:02pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 13.27
Text #10010 (Length: 143 characters)

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