VedTypes (ved_types)

Race #12

View Pit Stop page for race #12 by ved_typesGhost race

View profile for VedTypes (ved_types)

Official speed 59.94 wpm (28.63 seconds elapsed during race)
Race Start July 9, 2025 10:11:24am UTC
Race Finish July 9, 2025 10:11:53am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 17.98
Text #10010 (Length: 143 characters)

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