dotfiles/.config/Code/User/History/17d3e36f/RSST.cpp
RafayAhmad7548 ab03d5f10c test
2024-06-16 18:53:25 +05:00

17 lines
No EOL
130 B
C++

/*
Rafay Ahmad
23I-2526
*/
#include <iostream>
using namespace std;
class BasicShape{
};
int main(){
return 0;
}