// SPDX-License-Identifier: Muskan
pragma solidity >20 <=21 ;
contract muski{
string public bio;
constructor(){ bio = "Blockchain Enthusiast! , Frontend Developer, Event Manager at Geeks for Geeks Student Chapter RCOEM, Student at Shri Ramdeobaba College of Engineering and Management"; }
}