Bashar (bashar77)

Race #1

View Pit Stop page for race #1 by bashar77Ghost race

View profile for Bashar (bashar77)

Official speed 38.91 wpm (44.10 seconds elapsed during race)
Race Start March 30, 2023 7:07:09pm UTC
Race Finish March 30, 2023 7:07:53pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 11.67
Text #10010 (Length: 143 characters)

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