Kayega (briankayega)

Race #322

View Pit Stop page for race #322 by briankayegaGhost race

View profile for Kayega (briankayega)

Official speed 62.81 wpm (27.32 seconds elapsed during race)
Race Start February 12, 2024 6:03:45pm UTC
Race Finish February 12, 2024 6:04:12pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 18.84
Text #10010 (Length: 143 characters)

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