Uno (unoppa)

Race #24

View Pit Stop page for race #24 by unoppaGhost race

View profile for Uno (unoppa)

Official speed 55.14 wpm (31.12 seconds elapsed during race)
Race Start August 24, 2023 2:10:56am UTC
Race Finish August 24, 2023 2:11:27am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.54
Text #10010 (Length: 143 characters)

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