fix: typo (#216)

pull/218/head
Atin Bainada 2021-04-17 00:08:46 +05:30 committed by GitHub
parent a123ccd805
commit b5e2f48272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
#include <iostream>
using namespace std;
// Variable declaration:
// Variable declaration
extern int a,b;
extern int c;
extern float f;
int main(){
//Variable defination:
//Variable definition
int a,b;
int c;
float f;