Difference between revisions of "Test001"
Line 8: | Line 8: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
xxxxxxxx | xxxxxxxx | ||
+ | <syntaxhighlight lang=c style="border:3px dashed blue"> | ||
+ | #include <stdio.h> | ||
+ | int main() | ||
+ | { | ||
+ | printf ("Hello world!"); | ||
+ | return 0; | ||
+ | } | ||
+ | </syntaxhighlight> |
Latest revision as of 17:22, 17 July 2017
xxxxxxx
<code codeSystem="2.16.840.1.113883.6.96" nullFlavor="OTH">
<originalText>
<reference value="#ref1"/>
</originalText>
</code>
xxxxxxxx
#include <stdio.h>
int main()
{
printf ("Hello world!");
return 0;
}