Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int myFunction(int x) { return 5 + x; } int main() { printf("Result is: %d", myFunction(3)); return 0; }
Result is: 8