File: 00_load.c

package info (click to toggle)
libunicode-japanese-perl 0.50-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,376 kB
  • sloc: ansic: 30,821; perl: 5,635; erlang: 224; makefile: 191
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10

#include "unijp.h"
#include <stdio.h>

int main(int argc, const char* argv[])
{
  printf("1..1\n");
  printf("ok 1\n");
  return 0;
}