samiraarancibia (samiraarancibia123426)

Race #65

View Pit Stop page for race #65 by samiraarancibia123426Ghost race

View profile for samiraarancibia (samiraarancibia123426)

Official speed 26.11 wpm (65.72 seconds elapsed during race)
Race Start June 5, 2025 2:59:29pm UTC
Race Finish June 5, 2025 3:00:35pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 7.83
Text #10010 (Length: 143 characters)

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