Somdipto Chakraborty (trap_representation)

Race #1

View Pit Stop page for race #1 by trap_representationGhost race

View profile for Somdipto Chakraborty (trap_representation)

Official speed 71.36 wpm (24.05 seconds elapsed during race)
Race Start June 7, 2023 12:59:18pm UTC
Race Finish June 7, 2023 12:59:42pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 21.41
Text #10010 (Length: 143 characters)

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