gaurav (typingnoob2)

Race #1

View Pit Stop page for race #1 by typingnoob2Ghost race

View profile for gaurav (typingnoob2)

Official speed 27.57 wpm (62.24 seconds elapsed during race)
Race Start May 28, 2023 1:30:05pm UTC
Race Finish May 28, 2023 1:31:07pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 8.27
Text #10010 (Length: 143 characters)

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