mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-18 05:05:22 +02:00
Created separate tests directory for D1.
This commit is contained in:
9
tests/d1/minicomplex/u.d
Normal file
9
tests/d1/minicomplex/u.d
Normal file
@@ -0,0 +1,9 @@
|
||||
import tango.io.Console;
|
||||
void main()
|
||||
{
|
||||
Cout("getting name std").newline;
|
||||
Cerr("getting name err").newline;
|
||||
auto s = Cin.get();
|
||||
Cout("putting name").newline;
|
||||
Cout (s).newline;
|
||||
}
|
||||
Reference in New Issue
Block a user