wpnwbn (wpnwbn)

Race #4

View Pit Stop page for race #4 by wpnwbnGhost race

View profile for wpnwbn (wpnwbn)

Official speed 79.42 wpm (21.61 seconds elapsed during race)
Race Start July 2, 2023 9:39:04am UTC
Race Finish July 2, 2023 9:39:26am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 23.83
Text #10010 (Length: 143 characters)

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