View Pit Stop page for race #1 by sorry_im_a_noob — Ghost race
View profile for Daniele (sorry_im_a_noob)
Official speed | 47.98 wpm (35.76 seconds elapsed during race) |
---|---|
Race Start | August 15, 2023 1:30:20pm UTC |
Race Finish | August 15, 2023 1:30:56pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 14.39 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |