ghoudiy (ghoudiy)

Race #15

View Pit Stop page for race #15 by ghoudiyGhost race

View profile for ghoudiy (ghoudiy)

Official speed 60.94 wpm (28.16 seconds elapsed during race)
Race Start June 18, 2023 9:36:53am UTC
Race Finish June 18, 2023 9:37:22am UTC
Outcome Win (1 of 2)
Opponents 2. dev_manush (58.75 wpm)
Accuracy 97.0%
Points 18.28
Text #10010 (Length: 143 characters)

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