Browse Source

add hello.c

tags/V1.0
dylan 4 years ago
parent
commit
a4db8560e2
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      hello.c

+ 6
- 0
hello.c View File

@@ -0,0 +1,6 @@
// hello.c
void main(void)
{
printf(hello)
}

Loading…
Cancel
Save