Sandbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
{{CdaExec|showpdb}} | {{CdaExec|showpdb}} | ||
{{CdaExec|showcurr}} | {{CdaExec|showcurr}} | ||
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:
Template:CdaExec Template:CdaExec
Testing the code-tag:
- include <stdlib.h>
int main(void)
{
return EXIT_SUCCESS;
}