2024-03-10 16:02:52 +01:00

12 lines
101 B
PHP

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