Notebook
#include <stdio.h> int soma(int a, int b) { return a + b; } void main() { printf("Resultado: %d\n", soma(102, 459)); return; }
texto_file = open(texto_filename) texto_file