lavi (reallavi)

Race #1

View Pit Stop page for race #1 by reallaviGhost race

View profile for lavi (reallavi)

Official speed 63.02 wpm (27.23 seconds elapsed during race)
Race Start August 11, 2023 3:29:25pm UTC
Race Finish August 11, 2023 3:29:52pm UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 18.91
Text #10010 (Length: 143 characters)

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