Iman Ranjbar (imanranjbar)

Race #23

View Pit Stop page for race #23 by imanranjbarGhost race

View profile for Iman Ranjbar (imanranjbar)

Official speed 35.25 wpm (48.68 seconds elapsed during race)
Race Start April 18, 2023 9:21:47am UTC
Race Finish April 18, 2023 9:22:35am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 10.58
Text #10010 (Length: 143 characters)

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