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