a better hello example implemented
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "hello.c"
|
||||
#include "hello.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
hello();
|
||||
|
||||
return 0;
|
||||
int main() {
|
||||
hello();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user