Difference between revisions of "User:Renzo"

From Sistemi Operativi
Jump to navigation Jump to search
m
Line 1: Line 1:
 +
[[risposte a studenti giugno 2016]]
 +
 
This is a test in python:
 
This is a test in python:
 
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">

Revision as of 10:58, 14 June 2016

risposte a studenti giugno 2016

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");
}