Parth (exter_dg)

Race #3

View Pit Stop page for race #3 by exter_dgGhost race

View profile for Parth (exter_dg)

Official speed 56.44 wpm (30.40 seconds elapsed during race)
Race Start June 21, 2023 6:27:39am UTC
Race Finish June 21, 2023 6:28:09am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 16.93
Text #10010 (Length: 143 characters)

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