Berny (syrupsandwich)

Race #1

View Pit Stop page for race #1 by syrupsandwichGhost race

View profile for Berny (syrupsandwich)

Official speed 85.81 wpm (20.00 seconds elapsed during race)
Race Start June 14, 2023 8:44:49pm UTC
Race Finish June 14, 2023 8:45:09pm UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 25.74
Text #10010 (Length: 143 characters)

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