ovski (charliovski)

Race #3

View Pit Stop page for race #3 by charliovskiGhost race

View profile for ovski (charliovski)

Official speed 53.11 wpm (32.31 seconds elapsed during race)
Race Start July 23, 2023 12:51:45am UTC
Race Finish July 23, 2023 12:52:17am UTC
Outcome Win (1 of 3)
Opponents 3. zerozemos (37.02 wpm)
Accuracy 99.0%
Points 15.93
Text #10010 (Length: 143 characters)

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