#include <stdio.h>
int main(void){
printf("hello, world\n");
}
Week 1 - C
Week 1
Pointers, memory, and compilation
Pointers, memory, and compilation
Week 1
Pointers, memory, and compilation
#include <stdio.h>
int main(void){
printf("hello, world\n");
}