Raghuraj (raghuraj_typer)

Race #1

View Pit Stop page for race #1 by raghuraj_typerGhost race

View profile for Raghuraj (raghuraj_typer)

Official speed 43.75 wpm (39.22 seconds elapsed during race)
Race Start August 21, 2023 10:01:29am UTC
Race Finish August 21, 2023 10:02:08am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 13.12
Text #10010 (Length: 143 characters)

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