diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-01 05:03:56 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-12-01 05:03:56 +0000 |
commit | fc38492e2044a77a1ff2fe194dcd9243b5d0f307 (patch) | |
tree | ebe0e935d43aa41288fd54a39474f878922c318b | |
parent | c16ae999ca3ccf512c34f3e8c7cc7bcf974890e1 (diff) |
Thu, Nov 30, 2023, 9:03 PM -08:00
-rw-r--r-- | ask.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#include <stdin.h> +# + +int main(void) +{ + string ans = get_string("What's your name? "); + printf(ans); +} |