Po Caralho (pocaralho)

Race #12

View Pit Stop page for race #12 by pocaralhoGhost race

View profile for Po Caralho (pocaralho)

Official speed 67.06 wpm (25.59 seconds elapsed during race)
Race Start August 5, 2023 1:10:28pm UTC
Race Finish August 5, 2023 1:10:53pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 20.12
Text #10010 (Length: 143 characters)

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