Hashaam (hashaam_type)

Race #7

View Pit Stop page for race #7 by hashaam_typeGhost race

View profile for Hashaam (hashaam_type)

Official speed 49.17 wpm (34.90 seconds elapsed during race)
Race Start July 27, 2023 2:15:00pm UTC
Race Finish July 27, 2023 2:15:35pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 14.75
Text #10010 (Length: 143 characters)

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