Yasin (emon253)

Race #4

View Pit Stop page for race #4 by emon253Ghost race

View profile for Yasin (emon253)

Official speed 28.56 wpm (60.08 seconds elapsed during race)
Race Start May 25, 2023 11:28:45am UTC
Race Finish May 25, 2023 11:29:45am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 8.57
Text #10010 (Length: 143 characters)

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