7 lines
100 B
C
7 lines
100 B
C
|
#include "biblio.h"
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
afficherSteganoTxt(argv[1], argv[2]);
|
||
|
}
|