index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ask.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'ask.c')
-rw-r--r--
ask.c
8
1 files changed, 8 insertions, 0 deletions
diff --git a/ask.c b/ask.c
index e69de29..c27d966 100644
--- a/
ask.c
+++ b/
ask.c
@@ -0,0 +1,8 @@
+#include <stdin.h>
+#
+
+int main(void)
+{
+ string ans = get_string("What's your name? ");
+ printf(ans);
+}