7 lines
82 B
Text
7 lines
82 B
Text
|
|
module test {
|
||
|
|
void run() {
|
||
|
|
Int x = 7;
|
||
|
|
assert x == 42;
|
||
|
|
}
|
||
|
|
}
|