Rofik (rofikbjir)

Race #3

View Pit Stop page for race #3 by rofikbjirGhost race

View profile for Rofik (rofikbjir)

Official speed 38.76 wpm (44.27 seconds elapsed during race)
Race Start June 24, 2023 11:51:02am UTC
Race Finish June 24, 2023 11:51:46am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 11.63
Text #10010 (Length: 143 characters)

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