This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
dylan
/
testTelpo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
hello.c add void bye(void)
Branch_hello
dylan
4 years ago
parent
7bcc05cfee
commit
1082ac95a8
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
hello.c
+ 5
- 0
hello.c
View File
@@ -3,4 +3,9 @@ void main(void)
{
printf("hello world!");
}
void bye(void)
{
}
Write
Preview
Loading…
Cancel
Save