Skip to content

Instantly share code, notes, and snippets.

View DebashishPaul's full-sized avatar
🧍‍♂️
react life

Debashish Paul DebashishPaul

🧍‍♂️
react life
View GitHub Profile
#include<iostream>
using namespace std;
int main()
{
int a,b;
if (a=0 & b=0)
{
cout<<"0"<<endl;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML Bolck</title>
<link rel="stylesheet" href="css/Style.css">
</head>
<body>