#include <string>
using namespace std;
int main()
{
string c;
string a;
string b("Gokhan Guzelkokar");
cout<<"Kelime giriniz : ";
getline(cin,c);
a=c;
for(int i=0;i<a.length();i++)
{
cout<<'*';
}
cout<<a+' '+b<<endl;
}
Bu yazımızda sizlere spring boot ile yazılmış basit bir Rest api'nin heroku üzerinde nasıl deploy edebileceğimizi göstereceğim. Önce ...
Hiç yorum yok:
Yorum Gönder