diff options
Diffstat (limited to 'Computer_Science/SICP/c.c')
| -rw-r--r-- | Computer_Science/SICP/c.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Computer_Science/SICP/c.c b/Computer_Science/SICP/c.c new file mode 100644 index 0000000..fae921b --- /dev/null +++ b/Computer_Science/SICP/c.c @@ -0,0 +1,8 @@ +#include <stdio.h> + +int main() +{ + printf("hello world\n"); + return 0; + +} |
