User:Renzo

From Sistemi Operativi
Revision as of 14:54, 26 March 2014 by Thegamer (talk | contribs)
Jump to navigation Jump to search

This is a test in python:

print('hello world')

This is a test in C:

#include <stdio.h>
int main(int argc, char *argv[])
{
   printf("hello world\n");
}