안드레아 (o________o)

Race #4

View Pit Stop page for race #4 by o________oGhost race

View profile for 안드레아 (o________o)

Official speed 75.08 wpm (21.42 seconds elapsed during race)
Race Start March 24, 2020 8:18:44pm UTC
Race Finish March 24, 2020 8:19:05pm UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 22.52
Text #10010 (Length: 143 characters)

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