kiko (mirmodepon)

Race #1

View Pit Stop page for race #1 by mirmodeponGhost race

View profile for kiko (mirmodepon)

Official speed 44.96 wpm (38.17 seconds elapsed during race)
Race Start June 27, 2023 5:04:31pm UTC
Race Finish June 27, 2023 5:05:09pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 13.49
Text #10010 (Length: 143 characters)

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