packaging: Try using uv workspaces.

This commit is contained in:
Andrew Hamilton 2024-12-28 17:29:38 +10:00
parent e6256f296f
commit fe5389d698
96 changed files with 46 additions and 90 deletions

View file

@ -0,0 +1,8 @@
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World" << endl;
}