Andrei (cheez3d)

Race #1

View Pit Stop page for race #1 by cheez3dGhost race

View profile for Andrei (cheez3d)

Official speed 72.68 wpm (23.61 seconds elapsed during race)
Race Start March 16, 2023 8:02:10pm UTC
Race Finish March 16, 2023 8:02:34pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 21.80
Text #10010 (Length: 143 characters)

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