Sandbox

From Hackerspace ACKspace
Revision as of 10:55, 19 April 2018 by Xopr (talk | contribs) (IT WORKS!!)
Jump to: navigation, search


Welcome to the Sandbox page

You can use this page as a playground to test the effect on using mediawiki. The sandbox begins here


template heading

a graph: <graph> graph example2 {

 run -- intr;
 intr -- runbl;
 runbl -- run;
 run -- kernel;
 kernel -- zombie;
 kernel -- sleep;
 kernel -- runmem;
 sleep -- swap;
 swap -- runswap;
 runswap -- new;
 runswap -- runmem;
 new -- runmem;
 sleep -- runmem;

} </graph>