Newer
Older
dub_jkp / test / issue2452 / source / app.d
@Tomoya Tanjo Tomoya Tanjo on 2 Sep 2022 91 bytes Add test
  1. import std.stdio;
  2.  
  3. import fortytwo;
  4.  
  5. void main()
  6. {
  7. writefln("ShouldBe42: %s", fun42());
  8. }