7 lines
82 B
D
7 lines
82 B
D
import core.stdc.stdio;
|
|
|
|
extern (C) void two()
|
|
{
|
|
printf("Hi from two()\n");
|
|
}
|