Teaching programming
Aim is to avoid static text such as "The simplest C program is:
#include <stdio.h> int main(void) { printf("hello world\n"); }
Compile and run this on your local system"
Slide 4