Nim (programming language): Difference between revisions

Content deleted Content added
Dfelsing (talk | contribs)
Lots of cleanup, some minor additions
Dfelsing (talk | contribs)
m Fix reference
Line 73:
printf("%s %d\n", "foo", 5)
</syntaxhighlight>
Existing C code can directly be used in Nim. In this code the well known <code>printf</code> function is imported into Nim and subsequently used.<ref name="special">{{cite web|url=http://hookrace.net/blog/what-is-special-about-nim/|title=What is special about Nim?|work=HookRace|date=2015-01-01|accessdate=2015-02-17}}</ref>
 
== References ==