wesam (w7sh_alshat7)

Race #1

View Pit Stop page for race #1 by w7sh_alshat7Ghost race

View profile for wesam (w7sh_alshat7)

Official speed 20.98 wpm (81.79 seconds elapsed during race)
Race Start August 15, 2023 3:29:32pm UTC
Race Finish August 15, 2023 3:30:54pm UTC
Outcome Win (1 of 2)
Accuracy 90.0%
Points 6.29
Text #10010 (Length: 143 characters)

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