mikrokontrollersystemer-pro.../prosjekt.X/main.c

19 lines
218 B
C
Raw Normal View History

2024-03-06 11:34:22 +00:00
/*
* File: main.c
* Author: Sebastian H. Gabrielli
*
* Created on March 6, 2024, 12:34 PM
*/
#include <stdio.h>
#include <stdlib.h>
/*
*
*/
int main(int argc, char** argv) {
return (EXIT_SUCCESS);
}