Difference between revisions of "User:Renzo"
Jump to navigation
Jump to search
m |
|||
Line 5: | Line 5: | ||
This is a test in C: | This is a test in C: | ||
− | <syntaxhighlight lang=" | + | <syntaxhighlight lang="C"> |
#include <stdio.h> | #include <stdio.h> | ||
int main(int argc, char *argv[]) | int main(int argc, char *argv[]) |
Revision as of 14:54, 26 March 2014
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");
}