dvorak the supreme (drdilyor_)

Race #3

View Pit Stop page for race #3 by drdilyor_Ghost race

View profile for dvorak the supreme (drdilyor_)

Official speed 61.84 wpm (27.75 seconds elapsed during race)
Race Start March 21, 2022 7:23:18pm UTC
Race Finish March 21, 2022 7:23:45pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 18.55
Text #10010 (Length: 143 characters)

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