diff --git a/C/bin/Debug/hello_world.exe b/C/bin/Debug/hello_world.exe new file mode 100644 index 0000000..5f6d7b4 Binary files /dev/null and b/C/bin/Debug/hello_world.exe differ diff --git a/C/hello_world.cbp b/C/hello_world.cbp new file mode 100644 index 0000000..ec3ae02 --- /dev/null +++ b/C/hello_world.cbp @@ -0,0 +1,43 @@ + + + + + + diff --git a/C/hello_world.layout b/C/hello_world.layout new file mode 100644 index 0000000..4e325a3 --- /dev/null +++ b/C/hello_world.layout @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/C/main.c b/C/main.c new file mode 100644 index 0000000..312d7d4 --- /dev/null +++ b/C/main.c @@ -0,0 +1,7 @@ +#include +#include + +int main() +{ + printf("Hello World!"); +} diff --git a/C/obj/Debug/main.o b/C/obj/Debug/main.o new file mode 100644 index 0000000..7a16269 Binary files /dev/null and b/C/obj/Debug/main.o differ