Erick (pandaberick)

Race #5

View Pit Stop page for race #5 by pandaberickGhost race

View profile for Erick (pandaberick)

Official speed 39.52 wpm (43.42 seconds elapsed during race)
Race Start August 5, 2023 12:06:46pm UTC
Race Finish August 5, 2023 12:07:30pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 11.86
Text #10010 (Length: 143 characters)

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