Skip to content

Instantly share code, notes, and snippets.

@run-dlang
Created January 16, 2022 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save run-dlang/a5de54353730bb6b4a02d58d12d0f399 to your computer and use it in GitHub Desktop.
Save run-dlang/a5de54353730bb6b4a02d58d12d0f399 to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io.
import core.math;
import std;
void main()
{
const lval = rndtonl(5.0L);
writeln("lval = %d", lval);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment