Leon (fingerbit)

Race #1

View Pit Stop page for race #1 by fingerbitGhost race

View profile for Leon (fingerbit)

Official speed 50.56 wpm (33.94 seconds elapsed during race)
Race Start July 10, 2025 6:36:51pm UTC
Race Finish July 10, 2025 6:37:25pm UTC
Outcome Win (1 of 2)
Accuracy 95.0%
Points 15.17
Text #10010 (Length: 143 characters)

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