Kenyo (kenyoo)

Race #8

View Pit Stop page for race #8 by kenyooGhost race

View profile for Kenyo (kenyoo)

Official speed 38.95 wpm (44.06 seconds elapsed during race)
Race Start July 27, 2023 2:50:57pm UTC
Race Finish July 27, 2023 2:51:41pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 11.69
Text #10010 (Length: 143 characters)

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