Subroutine

Run Settings
LanguageC
Language Version
Run Command
#include<stdio.h> int cube(int a) { return a*a*a; } int main() { printf("%d", cube(1+2)); }
Editor Settings
Theme
Key bindings
Full width
Lines