diff --git a/1.py b/1.py new file mode 100644 index 0000000..ce4ae14 --- /dev/null +++ b/1.py @@ -0,0 +1,4 @@ +int main() +{ + printf("Hello!") +}