List of pastes
:

foothold (Plain text) 2013-11-13 17:38
/* Sample foothold program. (Yet another Hello World!.) // By Joel Rees, November 2013. // Play with it, check out your compiler and your understanding. */ #include <stdio.h> /* For putting stuff out and getting stuff in. */ ...