Difference between revisions of "Test001"
(Created page with "xxxxxxx <syntaxhighlight lang="xml2"> <code codeSystem="2.16.840.1.113883.6.96" nullFlavor="OTH"> <originalText> <reference value="#ref1"/> </originalText> </code> </s...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
xxxxxxx | xxxxxxx | ||
− | <syntaxhighlight lang=" | + | <syntaxhighlight lang="xml"> |
<code codeSystem="2.16.840.1.113883.6.96" nullFlavor="OTH"> | <code codeSystem="2.16.840.1.113883.6.96" nullFlavor="OTH"> | ||
<originalText> | <originalText> | ||
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;
}