BaniaTeAmo3 (camilin2002)

Race #13

View Pit Stop page for race #13 by camilin2002Ghost race

View profile for BaniaTeAmo3 (camilin2002)

Official speed 77.26 wpm (22.21 seconds elapsed during race)
Race Start January 14, 2023 6:08:30pm UTC
Race Finish January 14, 2023 6:08:52pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 23.18
Text #10010 (Length: 143 characters)

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