Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
test edit | test edit | ||
<pre class="brush:java"> | |||
// Hello1.cs | |||
public class Hello1 | |||
{ | |||
public static void Main() | |||
{ | |||
System.Console.WriteLine("Hello, World!"); | |||
} | |||
} | |||
</pre> |
Revision as of 02:13, 15 May 2009
STA_ATOMIC is a Ast subtype node belonging to STemplateArgument. STA_ATOMIC is a variant.
Variant Data Fields
- at : AtomicType
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.
test watch asdfasdf
asdfasdf
blah native JSON
test edit
// Hello1.cs public class Hello1 { public static void Main() { System.Console.WriteLine("Hello, World!"); } }