Skip to content

Instantly share code, notes, and snippets.

@notrtdsx
Created November 2, 2025 21:43
Show Gist options
  • Select an option

  • Save notrtdsx/fcc4bcb1fe114fc610949612c12f04b4 to your computer and use it in GitHub Desktop.

Select an option

Save notrtdsx/fcc4bcb1fe114fc610949612c12f04b4 to your computer and use it in GitHub Desktop.
Arch is the Best
#include <iostream>
int main ()
{
std::cout << "Arch is the best!\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment