bhanu (bhanuteja449896)

Race #2

View Pit Stop page for race #2 by bhanuteja449896Ghost race

View profile for bhanu (bhanuteja449896)

Official speed 32.16 wpm (53.36 seconds elapsed during race)
Race Start July 20, 2023 4:53:04pm UTC
Race Finish July 20, 2023 4:53:58pm UTC
Outcome No win (2 of 2)
Accuracy 94.0%
Points 9.65
Text #10010 (Length: 143 characters)

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