Sandbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Hämta FreeBSD via Subversion]] | [[Hämta FreeBSD via Subversion]] | ||
<syntaxhighlight> | |||
#include <stdio.h> | |||
int main(void) | |||
{ | |||
printf("Hello, World!\n"); | |||
return 0; | |||
} | |||
</syntaxhighlight> | |||
== Introducing: Sandbox == | == Introducing: Sandbox == |
Revision as of 21:12, 9 November 2012
#include <stdio.h>
int main(void)
{
printf("Hello, World!\n");
return 0;
}
Introducing: Sandbox
Pre-formatted text
Installera FreeBSD på ZFS via FreeBSD 9.0 installern
This is the place to experiment with the MediaWiki markup and markup, or non-markup.
Ett Gentoo emerge kommando:
A box with code or any other pre-formatted text
default prompt $ test1 utan prompt
> test1 med prompt