aboutsummaryrefslogtreecommitdiff
path: root/Converter/src/main.c
blob: aed773bca157e051aaca3b0ee8b0b079cfd6d970 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
  printf("Hello, world!\n");
  return 0;
}