Mohamed Montaser (muslim_mohamed12)

Race #8

View Pit Stop page for race #8 by muslim_mohamed12Ghost race

View profile for Mohamed Montaser (muslim_mohamed12)

Official speed 55.86 wpm (30.72 seconds elapsed during race)
Race Start June 19, 2023 11:52:11am UTC
Race Finish June 19, 2023 11:52:42am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 16.76
Text #10010 (Length: 143 characters)

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