[ create a new paste ] login | about

Link: http://codepad.org/CRBpnrjA    [ raw code | output | fork | 1 comment ]

PHP, pasted on Oct 15:
1
2
3
<?php
echo "Hallo Welt!";
?>


Output:
1
Hallo Welt!


Create a new paste based on this one


Comments:
posted by Smax84 on Jan 22
#include <stdio.h>

int main ()
{
char zeichen[];
int length=0;
int mgl=0; int i;
printf("Bitte geben Sie etwas ein");
scanf("%s", %zeichen);
while ( zeichen[length])
length = length+1;
for (i=1;i<=length;i++)
mgl=mgl*i

}

reply