Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int penjumlahan(int a, int b){ int c = a + b; return c; } int main(){ cout<<penjumlahan(4,5) <<endl; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines