Sandbox: Difference between revisions

From Peters wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:
{{CdaExec|showpdb}}
{{CdaExec|showpdb}}
{{CdaExec|showcurr}}
{{CdaExec|showcurr}}
End
 
Testing the code-tag:
 
<code>
#include <stdlib.h>
 
int main(void)
{
  return EXIT_SUCCESS;
}
</code>

Revision as of 10:04, 11 January 2012

Introducing: Sandbox

This is the place to experiment with the MediaWiki markup and markup, or non-markup.

Ett Gentoo emerge kommando:

root # emerge --changed-use --ask --oneshot x11-libs/qt-gui x11-libs/cairo
user $ pwd

Template:CdaExec Template:CdaExec

Testing the code-tag:

  1. include <stdlib.h>

int main(void) {

 return EXIT_SUCCESS;

}