File: main.c

package info (click to toggle)
haskell-shake 0.19.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,428 kB
  • sloc: haskell: 12,130; javascript: 977; ansic: 39; makefile: 12; sh: 2
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include "constants.h"

int main()
{
    printf("%s\n", message());
    return 0;
}