Gábor (gbr22)

Race #5

View Pit Stop page for race #5 by gbr22Ghost race

View profile for Gábor (gbr22)

Official speed 44.76 wpm (38.34 seconds elapsed during race)
Race Start August 10, 2023 8:14:51pm UTC
Race Finish August 10, 2023 8:15:29pm UTC
Outcome Win (1 of 4)
Accuracy 95.0%
Points 13.43
Text #10010 (Length: 143 characters)

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