Evans (lordvidex)

Race #29

View Pit Stop page for race #29 by lordvidexGhost race

View profile for Evans (lordvidex)

Official speed 50.84 wpm (33.75 seconds elapsed during race)
Race Start April 29, 2023 9:17:46pm UTC
Race Finish April 29, 2023 9:18:20pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 15.25
Text #10010 (Length: 143 characters)

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