Anna (slewa)

Race #596

View Pit Stop page for race #596 by slewaGhost race

View profile for Anna (slewa)

Official speed 58.27 wpm (29.45 seconds elapsed during race)
Race Start May 29, 2022 1:27:33am UTC
Race Finish May 29, 2022 1:28:02am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 17.48
Text #10010 (Length: 143 characters)

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