sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

hello.c (74B)


      1 #include <stdio.h>
      2 
      3 int main() {
      4 	printf("Hello, World!\n");
      5 	return 0;
      6 }