mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
16 lines
275 B
C
16 lines
275 B
C
//
|
|
// main.c
|
|
// example-capture
|
|
//
|
|
// Created by pengg on 2021/09/22.
|
|
// Copyright © 2021 l1npengtul-nokhwa. All rights reserved.
|
|
//
|
|
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, const char * argv[]) {
|
|
// insert code here...
|
|
printf("Hello, World!\n");
|
|
return 0;
|
|
}
|