diff --git a/test.py b/test.py new file mode 100644 index 0000000..0ea7574 --- /dev/null +++ b/test.py @@ -0,0 +1,6 @@ +#include +int main() { + // printf() displays the string inside quotation + printf("Hello, World!"); + return 0100; +}