Added c.php

This commit is contained in:
anon 2024-03-10 15:57:35 +01:00
parent 2c12e33960
commit 46df39410a

11
c.php Normal file
View File

@ -0,0 +1,11 @@
#include <stdio.h>
signed main(){
int a = 10;
/*
<?php
echo "\thorror\n";
?>
*/
return a;
}