September 2017 Update

This commit is contained in:
Ingy döt Net 2017-09-23 10:01:46 +02:00
parent bba7bfd280
commit ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions

View file

@ -1,3 +0,0 @@
/* This is a simple
C-style comment */
// this also is

View file

@ -1,5 +0,0 @@
/+ Nestable comment
/+ See?
+/
+/
Yay! I'm code!

View file

@ -1,5 +0,0 @@
/// I'm documentation!
/** I'm multi-
line documentation. */
/++ And I
/++ can be nested +/ +/

View file

@ -1,11 +0,0 @@
/*****************************************
* This function solves world hunger.
* Examples:
* ----------------------------------------
* feed_world (earth);
* ----------------------------------------
* Date: May 4, 2011
* Bugs: Does not solve world thirst.
* See_Also:
* SoylentGreen
* Authors: J. Random Hacker. */