gilgape (gilgape)

Race #1

View Pit Stop page for race #1 by gilgapeGhost race

View profile for gilgape (gilgape)

Official speed 21.69 wpm (79.11 seconds elapsed during race)
Race Start July 12, 2023 12:18:46am UTC
Race Finish July 12, 2023 12:20:05am UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 6.51
Text #10010 (Length: 143 characters)

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