Angel (tribaaldos)

Race #43

View Pit Stop page for race #43 by tribaaldosGhost race

View profile for Angel (tribaaldos)

Official speed 72.33 wpm (23.72 seconds elapsed during race)
Race Start August 22, 2023 6:12:18am UTC
Race Finish August 22, 2023 6:12:42am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 21.70
Text #10010 (Length: 143 characters)

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