replace tab with space
This commit is contained in:
parent
241e344ade
commit
90a1a458d1
|
@ -2,5 +2,5 @@ import std.stdio;
|
||||||
|
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
writeln("Hello, world!");
|
writeln("Hello, world!");
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue