Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
132 B
1
Indexable
Never
#include <iostream>
using namespace std;
int main(){
int comanda;
if(comanda==1){
cout << meow;
}
if (comanda==2){
cout << bark;
}
}