arnab (dark_morty)

Race #3

View Pit Stop page for race #3 by dark_mortyGhost race

View profile for arnab (dark_morty)

Official speed 52.54 wpm (32.66 seconds elapsed during race)
Race Start February 7, 2023 6:10:36am UTC
Race Finish February 7, 2023 6:11:09am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 15.76
Text #10010 (Length: 143 characters)

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