basic1_invalid.t

Tags: codeExample

Example: basic1_invalid.t

module bababoioey;

int x;
ubyte y;

ubyte k  1;

void main(string hello)
{
    print("Hello world");
}```
>> Home