mukr (heager)

Race #11

View Pit Stop page for race #11 by heagerGhost race

View profile for mukr (heager)

Official speed 45.36 wpm (37.83 seconds elapsed during race)
Race Start February 9, 2023 11:23:18am UTC
Race Finish February 9, 2023 11:23:55am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 13.61
Text #10010 (Length: 143 characters)

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