Han (hahahan)

Race #2

View Pit Stop page for race #2 by hahahanGhost race

View profile for Han (hahahan)

Official speed 78.28 wpm (21.92 seconds elapsed during race)
Race Start September 15, 2023 4:29:47am UTC
Race Finish September 15, 2023 4:30:09am UTC
Outcome Win (1 of 7)
Accuracy 97.0%
Points 23.48
Text #10010 (Length: 143 characters)

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