Create an example project
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
# Hello.d
|
||||||
|
|
||||||
|
A simple example program in the D-language that helps testing the build agent.
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import std.stdio;
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
string yourName = "archer";
|
||||||
|
writefln("Hello %s!", yourName);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user