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