Run ❯
Get your own website
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
#include
#include
#include
int main() { srand(time(NULL)); // seed with current time printf("%d\n", rand()); printf("%d\n", rand()); printf("%d\n", rand()); return 0; }
181524879
141090744
1931384637