Hello World
Testeunknown
c_cpp
3 years ago
208 B
5
Indexable
#include <stdio.h>
#include <cs50.h>
int main(void)
//Primeira parte do Estudar na Pratica
{
string name = get_string("Como é seu nome?\n");
printf("Olá, %s! Seja muito bem vindo!\n", name);
}
Editor is loading...