Formato
Plain text
Post date
2013-11-13 17:38
Publication Period
Unlimited
  1. /* Sample foothold program. (Yet another Hello World!.)
  2. // By Joel Rees, November 2013.
  3. // Play with it, check out your compiler and your understanding.
  4. */
  5. #include <stdio.h> /* For putting stuff out and getting stuff in. */
  6. int main( void )
  7. {
  8. puts( "Got my feet on the rock!" );
  9. return 0; /* Tell the system we made it safely. */
  10. }
Descargar Printable view

URL of this paste

Embed with JavaScript

Embed with iframe

Raw text