Kayega (briankayega)

Race #1

View Pit Stop page for race #1 by briankayegaGhost race

View profile for Kayega (briankayega)

Official speed 28.42 wpm (60.38 seconds elapsed during race)
Race Start April 4, 2023 1:52:31pm UTC
Race Finish April 4, 2023 1:53:32pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 8.53
Text #10010 (Length: 143 characters)

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