1-01 - helloworld.c: Hello World

Run Settings
LanguageC
Language Version
Run Command
/* Exercise 1-1: Hello World * * "Run the "hello, world" program on your system. Experiment with leaving out * parts of the program, to see what error messages you get." */ // Includes #include <stdio.h> /* Main */ int main(void) { printf("Hello, World!\n"); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines