ID_Entity (id_entity)

Race #1

View Pit Stop page for race #1 by id_entityGhost race

View profile for ID_Entity (id_entity)

Official speed 25.58 wpm (67.08 seconds elapsed during race)
Race Start May 28, 2024 12:48:21pm UTC
Race Finish May 28, 2024 12:49:28pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 7.67
Text #10010 (Length: 143 characters)

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