Mayank (mayankoscar)

Race #7

View Pit Stop page for race #7 by mayankoscarGhost race

View profile for Mayank (mayankoscar)

Official speed 31.90 wpm (53.79 seconds elapsed during race)
Race Start February 24, 2021 3:49:23pm UTC
Race Finish February 24, 2021 3:50:17pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 9.57
Text #10010 (Length: 143 characters)

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