Mohamed massous (hamassous)

Race #35

View Pit Stop page for race #35 by hamassousGhost race

View profile for Mohamed massous (hamassous)

Official speed 26.81 wpm (64.01 seconds elapsed during race)
Race Start August 25, 2023 11:07:54am UTC
Race Finish August 25, 2023 11:08:58am UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 8.04
Text #10010 (Length: 143 characters)

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