Difference between revisions of "User:Renzo"
Jump to navigation
Jump to search
(Created page with "This is a test: <syntaxhighlight lang="python"> print('hello world') </syntaxhighlight>") |
m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | This is a test: | + | [[risposte a studenti giugno 2016]] |
+ | |||
+ | This is a test in python: | ||
<syntaxhighlight lang="python"> | <syntaxhighlight lang="python"> | ||
print('hello world') | print('hello world') | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | This is a test in C: | ||
+ | <syntaxhighlight lang="C"> | ||
+ | #include <stdio.h> | ||
+ | int main(int argc, char *argv[]) | ||
+ | { | ||
+ | printf("hello world\n"); | ||
+ | } | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | Formula test: | ||
+ | <math>e^3</math> |
Latest revision as of 08:14, 21 September 2018
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");
}
Formula test: <math>e^3</math>