Kullanıcı:Heartsmagic: Revizyonlar arasındaki fark

Ubuntu Türkiye Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
(Sayfa oluşturdu, içeriği: '<syntaxhighlight lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </syntaxhighlight> <sour...')
 
Değişiklik özeti yok
1. satır: 1. satır:
Deneme.
<syntaxhighlight lang="php">
<syntaxhighlight lang="php">
<?php
<?php

13.16, 14 Ekim 2014 tarihindeki hâli

Deneme.

<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>


/* Hello World program */

#include<stdio.h>

main()
{
    printf("Hello World");


}