Abdulrahman (wasd1234)

Race #1

View Pit Stop page for race #1 by wasd1234Ghost race

View profile for Abdulrahman (wasd1234)

Official speed 59.36 wpm (28.91 seconds elapsed during race)
Race Start July 7, 2023 1:16:32am UTC
Race Finish July 7, 2023 1:17:01am UTC
Outcome Win (1 of 2)
Opponents 2. dynasty_bedo (38.76 wpm)
Accuracy 97.0%
Points 17.81
Text #10010 (Length: 143 characters)

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