View Pit Stop page for race #1 by kj_style — Ghost race
View profile for Kishan jaiswal (kj_style)
Official speed | 10.19 wpm (168.40 seconds elapsed during race) |
---|---|
Race Start | June 9, 2023 1:05:43am UTC |
Race Finish | June 9, 2023 1:08:32am UTC |
Outcome | No win (3 of 3) |
Accuracy | 88.0% |
Points | 3.06 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |