Compare commits
No commits in common. "684a21d23fcc91a1fa79ac2a0a9042437633f3e9" and "efbedff59ae1d3fd0544bc32554274829a476288" have entirely different histories.
684a21d23f
...
efbedff59a
4
hello.c
4
hello.c
@ -1,10 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
extern void message();
|
|
||||||
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
printf("\nHello World!\n");
|
printf("\nHello World!\n");
|
||||||
message();
|
|
||||||
}
|
}
|
||||||
|
9
makefile
9
makefile
@ -1,9 +0,0 @@
|
|||||||
|
|
||||||
hello.exe: hello.o message.o
|
|
||||||
gcc hello.o message.o -o hello.exe
|
|
||||||
|
|
||||||
hello.o: hello.c
|
|
||||||
|
|
||||||
message.o: message.c
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user