about summary refs log tree commit diff
path: root/src/cutec.c
blob: 4da7d29a2f9840b17e76d971e967eb8082d7031d (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main() {
  printf("meow meow meow!!\n");

  return 0;
}