X-Git-Url: https://code.kerkeslager.com/?p=fur;a=blobdiff_plain;f=templates%2Fprogram.c;h=63b0c5695d05d621ba2b10716a7c2ddfc311110d;hp=3d1507610b288f2db08d78c79e1a4a5f83925b9f;hb=6c2894f00c8daca3d85c7ce850da711b9f7effc5;hpb=4ba4fcfbb2712a22a9f3211182c9ec6cee9dd0f8 diff --git a/templates/program.c b/templates/program.c index 3d15076..63b0c56 100644 --- a/templates/program.c +++ b/templates/program.c @@ -5,7 +5,7 @@ {% if 'print' in builtins %} void builtin$print(const char* output) { - printf("%s\n", output); + printf("%s", output); } {% endif %}