changeset 79:bc2e83fbfbce

Update garf.c committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Mon, 04 Jul 2022 07:01:56 -0400
parents cb7cb64e4929
children 8050240a2306
files garf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/garf.c	Mon Jul 04 07:01:44 2022 -0400
+++ b/garf.c	Mon Jul 04 07:01:56 2022 -0400
@@ -4,7 +4,7 @@
 
 int main(void) {
     char answer[255];
-    print("would you like to monetize 1123.best?: ");
+    printf("would you like to monetize 1123.best?: ");
     fgets(answer, sizeof(answer), stdin);
     if(strcmp(answer, "yes") == 0) {
         printf("it's a yes!");