(heal)

Race #5

View Pit Stop page for race #5 by healGhost race

View profile for (heal)

Official speed 90.94 wpm (18.87 seconds elapsed during race)
Race Start August 2, 2023 12:56:32pm UTC
Race Finish August 2, 2023 12:56:51pm UTC
Outcome Win (1 of 2)
Accuracy 98.0%
Points 27.28
Text #10010 (Length: 143 characters)

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