Etudes/BTS/C/Premiere annee/stegano/main.c

7 lines
100 B
C
Raw Normal View History

2016-10-14 15:11:52 +00:00
#include "biblio.h"
int main(int argc, char *argv[])
{
afficherSteganoTxt(argv[1], argv[2]);
}