Nutel (nutel65)

Race #2

View Pit Stop page for race #2 by nutel65Ghost race

View profile for Nutel (nutel65)

Official speed 58.77 wpm (29.20 seconds elapsed during race)
Race Start May 23, 2023 4:09:03pm UTC
Race Finish May 23, 2023 4:09:32pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 17.63
Text #10010 (Length: 143 characters)

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