testing-repository/Gtk3/gtk07/main.c

6 lines
91 B
C

#include"gtk7.h"
int main(int argc,char *argv[]){
window1(&argc,&argv);
return 0;
}