Leo (scp_999)

Race #2

View Pit Stop page for race #2 by scp_999Ghost race

View profile for Leo (scp_999)

Official speed 40.19 wpm (42.70 seconds elapsed during race)
Race Start June 20, 2023 1:52:42am UTC
Race Finish June 20, 2023 1:53:25am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 12.06
Text #10010 (Length: 143 characters)

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