Rahul (badrii)

Race #1

View Pit Stop page for race #1 by badriiGhost race

View profile for Rahul (badrii)

Official speed 35.45 wpm (48.41 seconds elapsed during race)
Race Start July 4, 2023 5:31:16am UTC
Race Finish July 4, 2023 5:32:05am UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 10.64
Text #10010 (Length: 143 characters)

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