Difference between revisions of "Sandbox"
From ATI public wiki
| Line 3: | Line 3: | ||
# lalalala | # lalalala | ||
| + | |||
| + | <source lang="c"> | ||
| + | #include <stdio.h> | ||
| + | |||
| + | int main( int argc, char **argv ) | ||
| + | { | ||
| + | |||
| + | printf("Hello World\n\r"); | ||
| + | |||
| + | return 0; | ||
| + | } | ||
| + | |||
| + | </source> | ||
| + | |||
| + | |||
[[File:a_test.pdf|400px]] | [[File:a_test.pdf|400px]] | ||
Revision as of 14:59, 14 March 2014
- siin saab proovida
mingit rumalustmidagi kirjutada - ja vaadata kuidas see välja näeb
- lalalala
#include <stdio.h>
int main( int argc, char **argv )
{
printf("Hello World\n\r");
return 0;
}