From 46df39410a754ac49eceff83ee11b5634049d401 Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Sun, 10 Mar 2024 15:57:35 +0100
Subject: [PATCH] Added c.php

---
 c.php | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 c.php

diff --git a/c.php b/c.php
new file mode 100644
index 0000000..693ca06
--- /dev/null
+++ b/c.php
@@ -0,0 +1,11 @@
+#include <stdio.h>
+
+signed main(){
+	int a = 10;
+	/*
+	<?php
+		echo "\thorror\n";
+	?>
+	*/
+	return a;
+}