Farooq (farooq_)

Race #2

View Pit Stop page for race #2 by farooq_Ghost race

View profile for Farooq (farooq_)

Official speed 24.89 wpm (68.94 seconds elapsed during race)
Race Start January 11, 2025 7:26:20pm UTC
Race Finish January 11, 2025 7:27:29pm UTC
Outcome Win (1 of 2)
Accuracy 91.0%
Points 7.47
Text #10010 (Length: 143 characters)

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