Dambi (tomino)

Race #18

View Pit Stop page for race #18 by tominoGhost race

View profile for Dambi (tomino)

Official speed 60.67 wpm (28.28 seconds elapsed during race)
Race Start September 12, 2022 12:41:35pm UTC
Race Finish September 12, 2022 12:42:04pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 18.20
Text #10010 (Length: 143 characters)

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