Ankit Kumar (lazzy_turtle)

Race #4

View Pit Stop page for race #4 by lazzy_turtleGhost race

View profile for Ankit Kumar (lazzy_turtle)

Official speed 43.60 wpm (39.36 seconds elapsed during race)
Race Start May 24, 2023 7:18:08pm UTC
Race Finish May 24, 2023 7:18:48pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 13.08
Text #10010 (Length: 143 characters)

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