cyber (cybersprinter)

Race #3

View Pit Stop page for race #3 by cybersprinterGhost race

View profile for cyber (cybersprinter)

Official speed 32.04 wpm (53.56 seconds elapsed during race)
Race Start June 22, 2023 4:19:08pm UTC
Race Finish June 22, 2023 4:20:01pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 9.61
Text #10010 (Length: 143 characters)

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