Page2

This is Page 22
Link to Uno

IMG-20230404-WA0007.jpg

Score1.png

Code

#include <stdio.h>

int main(void) {
  printf("Hello worlld!\n");
  return 0;
}
#include <iostream>

int main(void) {
  std::cout << "Hello world!" << std::endl;
  return 0;
}

Last update : 21 avril 2024
Created : 10 avril 2023