diff --git a/buys.py b/buys.py new file mode 100644 index 0000000..4caec9d --- /dev/null +++ b/buys.py @@ -0,0 +1 @@ +print("contains code for buying feature") diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..3712964 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main (){ + printf("hello, world"); + return 0; +}