(helloworld23hbelal_2)

Race #2

View Pit Stop page for race #2 by helloworld23hbelal_2Ghost race

View profile for (helloworld23hbelal_2)

Official speed 27.82 wpm (61.68 seconds elapsed during race)
Race Start May 21, 2023 9:19:25pm UTC
Race Finish May 21, 2023 9:20:26pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 8.35
Text #10010 (Length: 143 characters)

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