File: test_exe.d

package info (click to toggle)
dh-dlang 0.6.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 64 kB
  • sloc: python: 54; makefile: 14
file content (4 lines) | stat: -rw-r--r-- 60 bytes parent folder | download
1
2
3
4
import std.stdio;
void main() {
  "It's working".writeln;
}