Sound
#include<stdio.h>
main()
{
int i;
for(i=0;i<99;i++)
printf("\a",i);
}
Sound
#include<stdio.h>
main()
{
int i;
for(i=0;i<99;i++)
printf("\a",i);
}
<?php // Start the session session_start(); ?> <!DOCTYPE html> <html> <head> <link rel=&q...
No comments:
Post a Comment