Browse Source

change hello.c

tags/V2.0
dylan 4 years ago
parent
commit
7bcc05cfee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hello.c

+ 1
- 1
hello.c View File

@@ -1,6 +1,6 @@
// hello.c
void main(void)
{
printf(hello)
printf("hello world!");
}

Loading…
Cancel
Save