File: demo_bleach_c.pl

package info (click to toggle)
libacme-bleach-perl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 124 kB
  • ctags: 14
  • sloc: perl: 93; makefile: 17
file content (23 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
use Acme::Bleach;
 	 	 	 	 	 	 	 		 		     
#include <stdio.h>  			  	
  			 	  
int	main(void) {		  			
 		   printf("%s","Hello	world!\n"); 	
}