Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
using namespace std; int myFunction(int x) { return 5 + x; } int main() { cout << myFunction(3); return 0; }
8