Created by Dennis Ritchie to rewrite Unix. Low-level imperative language, still the foundation of the majority of operating systems, compilers and runtimes today.
c
int main() {
printf("Hello, world!\n");
return 0;
}
Its simplicity and proximity to hardware make it a de facto standard for system code.