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