mirror of
https://gitlab.com/blau_araujo/cblc.git
synced 2025-05-10 02:26:36 -03:00
8 lines
90 B
C
8 lines
90 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
|
|
puts("Salve, simpatia!");
|
|
|
|
return 0;
|
|
}
|