Bit (bitnerik)

Race #2

View Pit Stop page for race #2 by bitnerikGhost race

View profile for Bit (bitnerik)

Official speed 36.94 wpm (46.45 seconds elapsed during race)
Race Start July 18, 2021 8:54:55am UTC
Race Finish July 18, 2021 8:55:42am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 11.08
Text #10010 (Length: 143 characters)

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