This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/1_Intro/Running_Code.mdx
2020-07-14 15:46:55 -07:00

34 lines
No EOL
624 B
Text

---
id: running-code
title: Running Code
author: Benjamin Qi, Hankai Zhang, Anthony Wang, Nathan Wang
description: Options for running your language of choice.
---
import RunningCpp from "../../additionalContent/Running_Cpp.mdx";
import RunningJava from "../../additionalContent/Running_Java.mdx";
import RunningPython from "../../additionalContent/Running_Python.mdx";
Please let us know if these installation instructions do not work for you.
<LanguageSection>
<CPPSection>
<RunningCpp />
</CPPSection>
<JavaSection>
<RunningJava />
</JavaSection>
<PySection>
<RunningPython />
</PySection>
</LanguageSection>