Stefan (zamfigod)

Race #263

View Pit Stop page for race #263 by zamfigodGhost race

View profile for Stefan (zamfigod)

Official speed 52.38 wpm (32.76 seconds elapsed during race)
Race Start June 15, 2023 12:02:12pm UTC
Race Finish June 15, 2023 12:02:45pm UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 15.72
Text #10010 (Length: 143 characters)

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