samiraarancibia (samiraarancibia123426)

Race #57

View Pit Stop page for race #57 by samiraarancibia123426Ghost race

View profile for samiraarancibia (samiraarancibia123426)

Official speed 20.52 wpm (83.63 seconds elapsed during race)
Race Start June 5, 2025 2:38:48pm UTC
Race Finish June 5, 2025 2:40:12pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 6.16
Text #10010 (Length: 143 characters)

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