mirror of
https://github.com/Estom/notes.git
synced 2026-05-11 11:06:25 +08:00
10 lines
127 B
C++
10 lines
127 B
C++
#include"a.h"
|
|
|
|
#include<iostream>
|
|
using namespace std;
|
|
int a =10;
|
|
int aa=3;
|
|
int hello(){
|
|
cout<<a+100<<endl;
|
|
return 0;
|
|
} |