Principle (principle106)

Race #9

View Pit Stop page for race #9 by principle106Ghost race

View profile for Principle (principle106)

Official speed 51.01 wpm (33.64 seconds elapsed during race)
Race Start June 20, 2022 2:41:41am UTC
Race Finish June 20, 2022 2:42:15am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 15.30
Text #10010 (Length: 143 characters)

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