symbolsnumbers (programmerpractice)

Race #4

View Pit Stop page for race #4 by programmerpracticeGhost race

View profile for symbolsnumbers (programmerpractice)

Official speed 35.19 wpm (48.76 seconds elapsed during race)
Race Start June 1, 2023 4:38:45am UTC
Race Finish June 1, 2023 4:39:34am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 10.56
Text #10010 (Length: 143 characters)

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