M (mostafam)

Race #122

View Pit Stop page for race #122 by mostafamGhost race

View profile for M (mostafam)

Official speed 54.09 wpm (31.72 seconds elapsed during race)
Race Start April 15, 2022 5:32:21pm UTC
Race Finish April 15, 2022 5:32:53pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.23
Text #10010 (Length: 143 characters)

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