Hello (arnab_9997)

Race #10

View Pit Stop page for race #10 by arnab_9997Ghost race

View profile for Hello (arnab_9997)

Official speed 48.73 wpm (35.21 seconds elapsed during race)
Race Start February 4, 2022 10:21:52am UTC
Race Finish February 4, 2022 10:22:27am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 14.62
Text #10010 (Length: 143 characters)

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