Ada: Difference between revisions

copyedit, add lead section
DHCP (talk | contribs)
m Building static binaries: fix indentation
 
(One intermediate revision by one other user not shown)
Line 51: Line 51:


<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
  buildInputs = [
buildInputs = [
    glibc.static
  glibc.static
  ];
];
</syntaxHighlight>
</syntaxHighlight>


There is an example on [https://github.com/blitz/adahello GitHub].
There is an example on [https://github.com/blitz/adahello GitHub].
[[Category:Languages]]