Skip to content

Commit

Permalink
这是AA测试仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
ArionTT committed Mar 10, 2018
1 parent 23fd01a commit 9d0badf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions helloworld/branchAA.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


#include<iostream>


class AA
{
public:
float a;
int b;
public:
AA(){}
public:
float getAA(){return a;}
}

3 changes: 3 additions & 0 deletions helloworld/helloworld.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#include<iostream>
#include"branchAA.h"

int main()
{
AA a;

std::cout<<"Hello World"<<std::endl;
system("PAUSE");
return 0;
Expand Down

0 comments on commit 9d0badf

Please sign in to comment.