You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
185 B

5 years ago
#include<iostream>
5 years ago
#include<stdio.h>
5 years ago
#include"yimian.h"
using namespace std;
int main()
{
5 years ago
yimian tomatotrees;
5 years ago
5 years ago
tomatotrees.hi();
cout << tomatotrees.version<< endl;
5 years ago
5 years ago
return 0;
5 years ago
}