n o t h i n g (whyme__)

Race #1

View Pit Stop page for race #1 by whyme__Ghost race

View profile for n o t h i n g (whyme__)

Official speed 46.93 wpm (36.57 seconds elapsed during race)
Race Start March 31, 2021 9:13:18pm UTC
Race Finish March 31, 2021 9:13:55pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 14.08
Text #10010 (Length: 143 characters)

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