(scraex)

Race #155

View Pit Stop page for race #155 by scraexGhost race

View profile for (scraex)

Official speed 74.09 wpm (23.16 seconds elapsed during race)
Race Start March 9, 2022 3:08:38pm UTC
Race Finish March 9, 2022 3:09:01pm UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 22.23
Text #10010 (Length: 143 characters)

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