Commit 5f037e2f authored by Adam Blank's avatar Adam Blank
Browse files

Update hello.c

parent e992fe49
Showing with 1 addition and 1 deletion
+1 -1
#include <stdio.h> #include <stdio.h>
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
printf("Hello!"); printf("Hello!\n");
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment