I can't wait to try my Pixel out on graphene OS. What apps should I use? Anything I should know about before switching?
kucat
npub1rad3...jucj
Priv/acc
Notes (2)
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, world!";
return 0;
}