Youssef (sec5x)

Race #7

View Pit Stop page for race #7 by sec5xGhost race

View profile for Youssef (sec5x)

Official speed 72.20 wpm (23.77 seconds elapsed during race)
Race Start December 30, 2022 8:59:41am UTC
Race Finish December 30, 2022 9:00:05am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 21.66
Text #10010 (Length: 143 characters)

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