Nikhil (quill_workman)

Race #15

View Pit Stop page for race #15 by quill_workmanGhost race

View profile for Nikhil (quill_workman)

Official speed 61.67 wpm (27.83 seconds elapsed during race)
Race Start June 17, 2023 10:07:04pm UTC
Race Finish June 17, 2023 10:07:32pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 18.50
Text #10010 (Length: 143 characters)

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