Hello World
Testeunknown
c_cpp
2 years ago
208 B
4
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...