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
int main() { printf("Hello World!"); printf("I am learning C."); printf("And it is awesome!"); return 0; }
Hello World!I am learning C.And it is awesome!