gelijah (gelijah)

Race #2

View Pit Stop page for race #2 by gelijahGhost race

View profile for gelijah (gelijah)

Official speed 38.98 wpm (44.02 seconds elapsed during race)
Race Start July 19, 2023 2:31:27pm UTC
Race Finish July 19, 2023 2:32:11pm UTC
Outcome Win (1 of 3)
Accuracy 94.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); } }