Hello World 2022-05-12 by kaskinen
This is the first post of phy.sk: a site filled with some observations, ramblings, and less than interesting comments.
#include <stdio.h>
int main() {
printf("Hello world\n")
}
This is the first post of phy.sk: a site filled with some observations, ramblings, and less than interesting comments.
#include <stdio.h>
int main() {
printf("Hello world\n")
}