Skip to content

The racecar/ repository

Using this documentation

🔗 Follow links from highlighted text like this.

Hover over abbreviations to show the definition. Also see the Glossary.

Mac FSAE worked on EV5 during the 2023-2024 school year.

Copy code by clicking the icon at the top right of a code block.

copyme.cc
#include <iostream>

int main() {
    std::cout << "Go Marauders!" << std::endl;
    return 0;
}

Find content throughout the site with the search bar.

Press F, S, or / to quickly access the search.