This commit is contained in:
commit
af2d954010
Binary file not shown.
|
@ -0,0 +1,5 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
int main(void){
|
||||||
|
printf("hello\n");
|
||||||
|
return 0;
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
gcc -o fock.bin fock.c
|
||||||
|
./fock.bin
|
Loading…
Reference in New Issue