@@ -0,0 +1,2 @@
+.vscode
+.env
@@ -0,0 +1,5 @@
+#include <stdio.h>
+int main() {
+ printf("hello");
+ return 0;
+}