运行 ❯
获取您
自己的
网站
×
更改方向
更改主题,深色/浅色
前往 Spaces
#include <stdio.h> // Create a function void myFunction() { printf("I just got executed!\n"); } int main() { myFunction(); // call the function myFunction(); // call the function myFunction(); // call the function return 0; }
我刚刚被执行了!
我刚刚被执行了!
我刚刚被执行了!