Print itself: Difference between revisions

40 bytes removed ,  11 months ago
m
(→‎{{header|Python}}: answer with a code that actually answer the challenge)
Line 46:
=={{header|Ecstasy}}==
<syntaxhighlight lang="java">
module test {
{
@Inject Console console;
void run() {
{
console.print($./test.x);
}
}
}
</syntaxhighlight>
 
{{out}}
<pre>
module test {
{
@Inject Console console;
void run() {
{
console.print($./test.x);
}
}
}
</pre>
 
162

edits