replace tab with space

This commit is contained in:
Alexander Zhirov 2021-11-08 17:41:52 +03:00
parent 241e344ade
commit 90a1a458d1
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ import std.stdio;
void main()
{
writeln("Hello, world!");
writeln("Hello, world!");
}