Chirag Arora (chaggydev5528)

Race #7

View Pit Stop page for race #7 by chaggydev5528Ghost race

View profile for Chirag Arora (chaggydev5528)

Official speed 50.81 wpm (33.77 seconds elapsed during race)
Race Start June 18, 2023 8:13:38am UTC
Race Finish June 18, 2023 8:14:12am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 15.24
Text #10010 (Length: 143 characters)

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