Roman (romn2112)

Race #1

View Pit Stop page for race #1 by romn2112Ghost race

View profile for Roman (romn2112)

Official speed 44.86 wpm (38.25 seconds elapsed during race)
Race Start June 3, 2021 2:13:37am UTC
Race Finish June 3, 2021 2:14:15am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 13.46
Text #10010 (Length: 143 characters)

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