Documentation

Docs

This is a test of documentation. You can go ahead an navigate to our FTC docs and FRC docs from the panel over in the side (or in the menu on mobile).

Hello! Code Snippet

1
2
3
4
5
public class Main {
  public static void main(String[] args) {
    System.out.println("HELLO");
  }
}

And that was some code to test the system to make sure it can format stuff.

ℹ️
You can copy code by hovering over it so a little icon will appear in the corner. Clicking that will copy the code.