fix: typo (#216)
parent
a123ccd805
commit
b5e2f48272
|
@ -1,13 +1,13 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
// Variable declaration:
|
// Variable declaration
|
||||||
extern int a,b;
|
extern int a,b;
|
||||||
extern int c;
|
extern int c;
|
||||||
extern float f;
|
extern float f;
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
//Variable defination:
|
//Variable definition
|
||||||
int a,b;
|
int a,b;
|
||||||
int c;
|
int c;
|
||||||
float f;
|
float f;
|
||||||
|
|
Loading…
Reference in New Issue